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 5a13516 commit 3b12250Copy full SHA for 3b12250
build.gradle
@@ -41,11 +41,10 @@ repositories {
41
}
42
43
dependencies {
44
- implementation "com.graphql-java:graphql-java:20.3"
+ implementation "com.graphql-java:graphql-java:21.0"
45
46
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
47
testImplementation('org.codehaus.groovy:groovy:2.5.13')
48
-
49
50
51
task sourcesJar(type: Jar, dependsOn: classes) {
@@ -130,7 +129,6 @@ signing {
130
129
sign publishing.publications
131
132
133
134
// all publish tasks depend on the build task
135
tasks.withType(PublishToMavenRepository) {
136
dependsOn build
0 commit comments