We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6af2f0 commit fb50e4aCopy full SHA for fb50e4a
build.gradle
@@ -12,7 +12,7 @@ project.ext.moduleName = 'com.synopsys.integration.jenkins-common'
12
project.ext.javaUseAutoModuleName = 'true'
13
14
group = 'com.synopsys.integration'
15
-version = '0.1.5'
+version = '0.1.6-SNAPSHOT'
16
description = 'Library for common Synopsys Jenkins plugin logic'
17
sourceCompatibility = JavaVersion.VERSION_11
18
targetCompatibility = JavaVersion.VERSION_11
0 commit comments