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 82c8446 commit 1824a5dCopy full SHA for 1824a5d
build.gradle
@@ -24,7 +24,7 @@ def getDevelopmentVersion() {
24
}
25
26
27
-def releaseVersion = System.properties.RELEASE_VERSION
+def releaseVersion = System.env.RELEASE_VERSION
28
version = releaseVersion ? releaseVersion : getDevelopmentVersion()
29
println "Building version = " + version
30
group = 'com.graphql-java'
0 commit comments