Skip to content

Commit

Permalink
Fixes for Gradle 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dondonz committed Aug 21, 2023
1 parent c5e3854 commit 6761c0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
id 'java'
id 'groovy'
id 'java-library'
id 'maven'
id 'maven-publish'
id 'signing'
id "io.github.gradle-nexus.publish-plugin" version "1.0.0"
Expand Down Expand Up @@ -45,7 +44,7 @@ repositories {
}

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

testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
testImplementation('org.codehaus.groovy:groovy:2.5.13')
Expand Down Expand Up @@ -88,7 +87,7 @@ publishing {
asNode().children().last() + {
resolveStrategy = Closure.DELEGATE_FIRST
name 'graphql-java-extended-scalars'
description 'A library fo extended scalars for graphql-java'
description 'A library of extended scalars for graphql-java'
url 'https://github.com/graphql-java/graphql-java-extended-scalars'
inceptionYear '2018'

Expand Down

0 comments on commit 6761c0c

Please sign in to comment.