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 f03414a commit f4f9cb9Copy full SHA for f4f9cb9
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