Skip to content

Commit 1e15c96

Browse files
committed
Upgraded graphql-java-servlet to JDK 11 #169
1 parent ea25494 commit 1e15c96

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

build.gradle

+7-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ plugins {
1414
}
1515

1616
apply plugin: 'java'
17-
sourceCompatibility = '1.8'
18-
targetCompatibility = '1.8'
17+
sourceCompatibility = 11
18+
targetCompatibility = 11
1919

2020
// Tests
2121
apply plugin: 'groovy'
@@ -202,7 +202,11 @@ artifactory {
202202

203203
idea {
204204
project {
205-
languageLevel = '1.8'
205+
languageLevel = '11'
206206
vcs = 'Git'
207207
}
208208
}
209+
210+
wrapper {
211+
gradleVersion = '4.10.3'
212+
}

gradle/wrapper/gradle-wrapper.jar

1.8 KB
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 25 17:03:16 EDT 2018
1+
#Thu Jun 20 12:32:36 CEST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip

0 commit comments

Comments
 (0)