Commit 32b3dfc Builder Service
committed
1 parent c556403 commit 32b3dfc Copy full SHA for 32b3dfc
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
maven { url ' https://plugins.gradle.org/m2/' }
5
5
}
6
- dependencies { classpath ' com.blackducksoftware.integration:common-gradle-plugin:0.0.+ ' }
6
+ dependencies { classpath ' com.blackducksoftware.integration:common-gradle-plugin:0.0.85 ' }
7
7
}
8
8
9
9
plugins { id ' groovy' }
@@ -12,7 +12,7 @@ project.ext.moduleName = 'com.synopsys.integration.jenkins-common'
12
12
project. ext. javaUseAutoModuleName = ' true'
13
13
14
14
group = ' com.synopsys.integration'
15
- version = ' 0.1.2-SNAPSHOT '
15
+ version = ' 0.1.2'
16
16
description = ' Library for common Synopsys Jenkins plugin logic'
17
17
sourceCompatibility = JavaVersion . VERSION_11
18
18
targetCompatibility = JavaVersion . VERSION_11
You can’t perform that action at this time.
0 commit comments