Skip to content

Commit 7f6d1c7

Browse files
author
blackduck-serv-builder
committed
Release 7.13.2
1 parent e901898 commit 7f6d1c7

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
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
group = 'com.synopsys.integration'
23-
version = '7.13.2-SIGQA3-SNAPSHOT'
23+
version = '7.13.2'
2424

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

buildSrc/build.gradle

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

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

0 commit comments

Comments
 (0)