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 {
5
5
id ' java'
6
6
id ' groovy'
7
7
id ' java-library'
8
- id ' maven'
9
8
id ' maven-publish'
10
9
id ' signing'
11
10
id " io.github.gradle-nexus.publish-plugin" version " 1.0.0"
@@ -45,7 +44,7 @@ repositories {
45
44
}
46
45
47
46
dependencies {
48
- compile " com.graphql-java:graphql-java:20.3"
47
+ implementation " com.graphql-java:graphql-java:20.3"
49
48
50
49
testImplementation ' org.spockframework:spock-core:1.3-groovy-2.5'
51
50
testImplementation(' org.codehaus.groovy:groovy:2.5.13' )
@@ -88,7 +87,7 @@ publishing {
88
87
asNode(). children(). last() + {
89
88
resolveStrategy = Closure . DELEGATE_FIRST
90
89
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'
92
91
url ' https://github.com/graphql-java/graphql-java-extended-scalars'
93
92
inceptionYear ' 2018'
94
93
You can’t perform that action at this time.
0 commit comments