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 b051cee commit 4ac026eCopy full SHA for 4ac026e
build.gradle
@@ -30,7 +30,8 @@ def getDevelopmentVersion() {
30
31
32
def releaseVersion = System.getProperty("RELEASE_VERSION")
33
-version = releaseVersion ? releaseVersion : getDevelopmentVersion()
+version = '2.0.0-SNAPSHOT'
34
+//releaseVersion ? releaseVersion : getDevelopmentVersion()
35
group = 'com.graphql-java'
36
37
sourceCompatibility = 1.8
@@ -43,7 +44,7 @@ repositories {
43
44
45
46
dependencies {
- compile "com.graphql-java:graphql-java:10.0"
47
+ compile "com.graphql-java:graphql-java:15.0"
48
compile "com.squareup.okhttp3:okhttp:3.2.0"
49
50
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
0 commit comments