Skip to content

Commit 29df2b2

Browse files
author
blackduck-serv-builder
committed
Release 7.12.0
1 parent c57c124 commit 29df2b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.12.0-SIGQA12-SNAPSHOT'
24+
version = '7.12.0'
2525

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

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
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.2' }
99

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

0 commit comments

Comments
 (0)