Skip to content

Commit 5b7b94f

Browse files
author
Builder Service
committed
Release 0.0.1
1 parent 3b93b28 commit 5b7b94f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
maven { url 'https://plugins.gradle.org/m2/' }
55
}
6-
dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.+' }
6+
dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.85' }
77
}
88

99
plugins { id 'groovy' }
@@ -12,7 +12,7 @@ project.ext.moduleName = 'com.synopsys.integration.jenkins-common'
1212
project.ext.javaUseAutoModuleName = 'true'
1313

1414
group = 'com.synopsys.integration'
15-
version = '0.0.1-SNAPSHOT'
15+
version = '0.0.1'
1616
description = 'Library for common Synopsys Jenkins plugin logic'
1717
sourceCompatibility = JavaVersion.VERSION_11
1818
targetCompatibility = JavaVersion.VERSION_11
@@ -21,4 +21,4 @@ apply plugin: 'com.blackducksoftware.integration.library'
2121

2222
nexusStaging { packageGroup = 'com.synopsys' }
2323

24-
dependencies {}
24+
dependencies {}

0 commit comments

Comments
 (0)