Skip to content

Commit 909057c

Browse files
committed
Tweak to build
1 parent 5d9e54f commit 909057c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ def getDevelopmentVersion() {
2424
}
2525

2626

27-
def releaseVersion = System.env.RELEASE_VERSION
27+
def releaseVersion = System.properties.RELEASE_VERSION
28+
println "Building version = " + releaseVersion
2829
version = releaseVersion ? releaseVersion : getDevelopmentVersion()
2930
group = 'com.graphql-java'
3031

0 commit comments

Comments
 (0)