Skip to content

Commit 3c94fda

Browse files
author
blackduck-serv-builder
committed
Release 1.0.2
1 parent 33a65c3 commit 3c94fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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-cgp-version.gradle'
3+
project.ext { managedCgpVersion = '2.0.4' }
44

55
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:${managedCgpVersion}" }
66
}
@@ -19,7 +19,7 @@ tasks.compileJava {
1919
}
2020

2121
group 'com.synopsys.integration'
22-
version = '1.0.2-SNAPSHOT'
22+
version = '1.0.2'
2323

2424
apply plugin: 'com.synopsys.integration.library'
2525

0 commit comments

Comments
 (0)