Skip to content

Commit 3dbb3a6

Browse files
committed
build to gql java 12
1 parent 156da41 commit 3dbb3a6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
3737
from javadoc.destinationDir
3838
}
3939

40-
idea {
41-
project {
42-
languageLevel = '1.8'
43-
vcs = 'Git'
44-
}
45-
}
4640
release {
4741
tagTemplate = 'v${version}'
4842
failOnPublishNeeded = false
@@ -69,7 +63,7 @@ gradle.projectsEvaluated {
6963

7064
dependencies {
7165
compile 'javax.validation:validation-api:1.1.0.Final'
72-
compile 'com.graphql-java:graphql-java:11.0'
66+
compile 'com.graphql-java:graphql-java:12.0'
7367

7468
// OSGi
7569
compileOnly 'org.osgi:org.osgi.core:6.0.0'

0 commit comments

Comments
 (0)