Skip to content

Commit 5854e63

Browse files
author
Builder Service
committed
Release 0.1.8
1 parent a17d12c commit 5854e63

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
buildscript {
22
apply from: "https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle", to: buildscript
3-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-dependencies.gradle', to: buildscript
3+
////////// START BUILDSCRIPT DEPENDENCY //////////
4+
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.5.1" }
5+
6+
////////// END BUILDSCRIPT DEPENDENCY //////////
47
}
58

69
plugins { id 'groovy' }
710

811
project.ext.moduleName = 'com.synopsys.integration.jenkins-common'
912
project.ext.javaUseAutoModuleName = 'true'
1013

11-
version = '0.1.8-SNAPSHOT'
14+
version = '0.1.8'
1215
description = 'Library for common Synopsys Jenkins plugin logic'
1316
sourceCompatibility = JavaVersion.VERSION_11
1417
targetCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)