File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
4746dependencies {
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
You can’t perform that action at this time.
0 commit comments