Skip to content

Commit 7a01efe

Browse files
author
Builder Service
committed
Release 6.7.0
1 parent ed10e15 commit 7a01efe

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
@@ -10,15 +10,18 @@ buildscript {
1010
}
1111

1212
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
13-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-dependencies.gradle', to: buildscript
13+
////////// START BUILDSCRIPT DEPENDENCY //////////
14+
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.7.0" }
15+
16+
////////// END BUILDSCRIPT DEPENDENCY //////////
1417

1518
dependencies {
1619
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
1720
}
1821
}
1922

2023
group = 'com.synopsys.integration'
21-
version = '6.7.0-SIGQA7-SNAPSHOT'
24+
version = '6.7.0'
2225

2326
apply plugin: 'com.synopsys.integration.solution'
2427
apply plugin: 'org.springframework.boot'

0 commit comments

Comments
 (0)