Skip to content

Commit 6465fa8

Browse files
committed
Upgrade gradle to 6.0.1
1 parent 16071f6 commit 6465fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-java-servlet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jar {
1414
}
1515

1616
dependencies {
17-
compile(project(':graphql-java-kickstart'))
17+
implementation(project(':graphql-java-kickstart'))
1818

1919
// Useful utilities
2020
compile 'com.google.guava:guava:24.1.1-jre'

0 commit comments

Comments
 (0)