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 16071f6 commit 6465fa8Copy full SHA for 6465fa8
graphql-java-servlet/build.gradle
@@ -14,7 +14,7 @@ jar {
14
}
15
16
dependencies {
17
- compile(project(':graphql-java-kickstart'))
+ implementation(project(':graphql-java-kickstart'))
18
19
// Useful utilities
20
compile 'com.google.guava:guava:24.1.1-jre'
0 commit comments