Skip to content

Commit 3b12250

Browse files
committed
Add GraphQL Java v21
1 parent 5a13516 commit 3b12250

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ repositories {
4141
}
4242

4343
dependencies {
44-
implementation "com.graphql-java:graphql-java:20.3"
44+
implementation "com.graphql-java:graphql-java:21.0"
4545

4646
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
4747
testImplementation('org.codehaus.groovy:groovy:2.5.13')
48-
4948
}
5049

5150
task sourcesJar(type: Jar, dependsOn: classes) {
@@ -130,7 +129,6 @@ signing {
130129
sign publishing.publications
131130
}
132131

133-
134132
// all publish tasks depend on the build task
135133
tasks.withType(PublishToMavenRepository) {
136134
dependsOn build

0 commit comments

Comments
 (0)