Skip to content

Commit b8f4b75

Browse files
author
Nathanael Anderson
committed
Fix build
1 parent ca19b05 commit b8f4b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ task getCommitVersion {
109109
println "Using commit version property " + gitCommitVersion
110110
arVersion = gitCommitVersion
111111
} else if ("$System.env.GIT_COMMIT" != "null") {
112-
println "Using commit version environment variable " + $System.env.GIT_COMMIT
112+
println "Using commit version environment variable " + "$System.env.GIT_COMMIT"
113113
String content = "$System.env.GIT_COMMIT"
114114
arVersion = content.trim()
115115
}

0 commit comments

Comments
 (0)