Skip to content

Commit fefbc6c

Browse files
author
Builder Service
committed
Release 0.4.0
1 parent adb47f1 commit fefbc6c

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.11.1" }
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.4.0-SNAPSHOT'
12+
version = '0.4.0'
1013
description = 'Library for common Synopsys Jenkins plugin logic'
1114

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

0 commit comments

Comments
 (0)