We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8dba8 commit 2ec824fCopy full SHA for 2ec824f
build.gradle.kts
@@ -51,7 +51,7 @@ tasks.withType<JavaCompile> {
51
52
dependencies {
53
implementation("info.picocli:picocli:4.6.1")
54
- implementation("com.graphql-java:graphql-java:17.0-beta1")
+ implementation("com.graphql-java:graphql-java:0.0.0-2021-07-29T09-42-35-b7c6d4b5")
55
annotationProcessor("info.picocli:picocli-codegen:4.6.1")
56
testCompile("junit", "junit", "4.12")
57
}
0 commit comments