Skip to content

Commit 6211b59

Browse files
author
blackduck-serv-builder
committed
Release 4.1.0
1 parent b0f7269 commit 6211b59

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.1.1' }
44

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

2121
group 'com.blackduck.integration'
22-
version = '4.1.0-SNAPSHOT'
22+
version = '4.1.0'
2323

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

0 commit comments

Comments
 (0)