Skip to content

Commit 4a6f1a0

Browse files
author
blackduck-serv-builder
committed
Release 7.11.1
1 parent 7f933bd commit 4a6f1a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
ext['groovy.version'] = '3.0.0'
2222

2323
group = 'com.synopsys.integration'
24-
version = '7.11.1-SNAPSHOT'
24+
version = '7.11.1'
2525

2626
apply plugin: 'com.synopsys.integration.solution'
2727
apply plugin: 'org.springframework.boot'

buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
8-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
8+
project.ext { managedCgpVersion = '2.0.1' }
99

1010
dependencies {
1111
classpath "com.synopsys.integration:common-gradle-plugin:${managedCgpVersion}"

0 commit comments

Comments
 (0)