We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2103b3b + cbee8d7 commit 7546da9Copy full SHA for 7546da9
build.gradle
@@ -8,7 +8,7 @@ plugins { id 'groovy' }
8
project.ext.moduleName = 'com.synopsys.integration.jenkins-common'
9
project.ext.javaUseAutoModuleName = 'true'
10
11
-version = '0.1.7-SNAPSHOT'
+version = '0.1.8-SNAPSHOT'
12
description = 'Library for common Synopsys Jenkins plugin logic'
13
sourceCompatibility = JavaVersion.VERSION_11
14
targetCompatibility = JavaVersion.VERSION_11
0 commit comments