We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbc8b4 commit e6af2f0Copy full SHA for e6af2f0
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-SNAPSHOT'
+version = '0.1.5'
16
description = 'Library for common Synopsys Jenkins plugin logic'
17
sourceCompatibility = JavaVersion.VERSION_11
18
targetCompatibility = JavaVersion.VERSION_11
0 commit comments