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 ca19b05 commit b8f4b75Copy full SHA for b8f4b75
build.gradle
@@ -109,7 +109,7 @@ task getCommitVersion {
109
println "Using commit version property " + gitCommitVersion
110
arVersion = gitCommitVersion
111
} else if ("$System.env.GIT_COMMIT" != "null") {
112
- println "Using commit version environment variable " + $System.env.GIT_COMMIT
+ println "Using commit version environment variable " + "$System.env.GIT_COMMIT"
113
String content = "$System.env.GIT_COMMIT"
114
arVersion = content.trim()
115
}
0 commit comments