Skip to content

Commit 912e18c

Browse files
author
blackduck-serv-builder
committed
Release 0.5.2
1 parent 30c0c77 commit 912e18c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
buildscript {
22
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
3-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-dependencies.gradle', to: buildscript
3+
////////// START BUILDSCRIPT DEPENDENCY //////////
4+
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.12.0" }
5+
6+
////////// END BUILDSCRIPT DEPENDENCY //////////
47
}
58

69
project.ext.moduleName = 'com.synopsys.integration.jenkins-common'
710
project.ext.javaUseAutoModuleName = 'true'
811

9-
version = '0.5.2-SNAPSHOT'
12+
version = '0.5.2'
1013
description = 'Library for common Synopsys Jenkins plugin logic'
1114

1215
apply plugin: 'com.synopsys.integration.library'

0 commit comments

Comments
 (0)