Skip to content

Commit 5ee66e0

Browse files
author
blackduck-serv-builder
committed
Release 9.7.0
1 parent 0c61ad9 commit 5ee66e0

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

2222
group = 'com.synopsys.integration'
2323

24-
version = '9.7.0-SIGQA12-SNAPSHOT'
24+
version = '9.7.0'
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
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
9-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
9+
project.ext { managedCgpVersion = '2.0.4' }
1010

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

0 commit comments

Comments
 (0)