We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c933a33 + d9fbb5a commit 40f8f40Copy full SHA for 40f8f40
build.gradle
@@ -43,8 +43,8 @@ repositories {
43
dependencies {
44
implementation "com.graphql-java:graphql-java:21.3"
45
46
- testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
47
- testImplementation('org.codehaus.groovy:groovy:2.5.13')
+ testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
+ testImplementation "org.codehaus.groovy:groovy:3.0.20"
48
}
49
50
task sourcesJar(type: Jar, dependsOn: classes) {
@@ -63,6 +63,7 @@ artifacts {
63
64
65
test {
66
+ useJUnitPlatform()
67
testLogging {
68
exceptionFormat = 'full'
69
0 commit comments