Skip to content

Commit

Permalink
Add GraphQL Java v21
Browse files Browse the repository at this point in the history
  • Loading branch information
dondonz committed Aug 21, 2023
1 parent 5a13516 commit 3b12250
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ repositories {
}

dependencies {
implementation "com.graphql-java:graphql-java:20.3"
implementation "com.graphql-java:graphql-java:21.0"

testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
testImplementation('org.codehaus.groovy:groovy:2.5.13')

}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down Expand Up @@ -130,7 +129,6 @@ signing {
sign publishing.publications
}


// all publish tasks depend on the build task
tasks.withType(PublishToMavenRepository) {
dependsOn build
Expand Down

0 comments on commit 3b12250

Please sign in to comment.