Skip to content

Commit f4f9cb9

Browse files
committed
Updating to System.env
1 parent f03414a commit f4f9cb9

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
@@ -24,7 +24,7 @@ def getDevelopmentVersion() {
2424
}
2525

2626

27-
def releaseVersion = System.properties.RELEASE_VERSION
27+
def releaseVersion = System.env.RELEASE_VERSION
2828
version = releaseVersion ? releaseVersion : getDevelopmentVersion()
2929
println "Building version = " + version
3030
group = 'com.graphql-java'

0 commit comments

Comments
 (0)