We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835f58c commit 5cb21a5Copy full SHA for 5cb21a5
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
group = 'cc.happyareabean'
12
-version = '1.1.11-SNAPSHOT'
+version = '1.1.11'
13
14
def gitCommit = indraGit.commit().abbreviate(7).name()
15
def fullVersion = "${project.version}-${gitCommit}"
0 commit comments