Skip to content

Commit 6761c0c

Browse files
committed
Fixes for Gradle 8
1 parent c5e3854 commit 6761c0c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins {
55
id 'java'
66
id 'groovy'
77
id 'java-library'
8-
id 'maven'
98
id 'maven-publish'
109
id 'signing'
1110
id "io.github.gradle-nexus.publish-plugin" version "1.0.0"
@@ -45,7 +44,7 @@ repositories {
4544
}
4645

4746
dependencies {
48-
compile "com.graphql-java:graphql-java:20.3"
47+
implementation "com.graphql-java:graphql-java:20.3"
4948

5049
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
5150
testImplementation('org.codehaus.groovy:groovy:2.5.13')
@@ -88,7 +87,7 @@ publishing {
8887
asNode().children().last() + {
8988
resolveStrategy = Closure.DELEGATE_FIRST
9089
name 'graphql-java-extended-scalars'
91-
description 'A library fo extended scalars for graphql-java'
90+
description 'A library of extended scalars for graphql-java'
9291
url 'https://github.com/graphql-java/graphql-java-extended-scalars'
9392
inceptionYear '2018'
9493

0 commit comments

Comments
 (0)