Skip to content

Commit 657a518

Browse files
committed
Updating graphql-java dependency to 15.0
1 parent 4ac026e commit 657a518

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ def getDevelopmentVersion() {
3030

3131

3232
def releaseVersion = System.getProperty("RELEASE_VERSION")
33-
version = '2.0.0-SNAPSHOT'
34-
//releaseVersion ? releaseVersion : getDevelopmentVersion()
33+
releaseVersion ? releaseVersion : getDevelopmentVersion()
3534
group = 'com.graphql-java'
3635

3736
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)