Skip to content

Commit 4706056

Browse files
author
Builder Service
committed
Release 6.9.1
1 parent 6312ffb commit 4706056

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ buildscript {
1313
}
1414

1515
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
16-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-dependencies.gradle', to: buildscript
16+
////////// START BUILDSCRIPT DEPENDENCY //////////
17+
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.8.1" }
18+
19+
////////// END BUILDSCRIPT DEPENDENCY //////////
1720

1821
dependencies {
1922
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
2023
}
2124
}
2225

2326
group = 'com.synopsys.integration'
24-
version = '6.9.1-SIGQA3-SNAPSHOT'
27+
version = '6.9.1'
2528

2629
apply plugin: 'com.synopsys.integration.solution'
2730
apply plugin: 'org.springframework.boot'

0 commit comments

Comments
 (0)