Skip to content

Commit 643cde6

Browse files
author
blackduck-serv-builder
committed
Release 1.0.0
1 parent b865867 commit 643cde6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 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
}
@@ -15,7 +15,7 @@ ext {
1515
}
1616

1717
group 'com.synopsys.integration'
18-
version = '1.0.0-SNAPSHOT'
18+
version = '1.0.0'
1919

2020
apply plugin: 'com.synopsys.integration.library'
2121

@@ -38,4 +38,4 @@ test {
3838
useJUnitPlatform()
3939
}
4040

41-
signing.required { false }
41+
signing.required { false }

0 commit comments

Comments
 (0)