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.
groovy-test-junit5
1 parent 9bf583a commit c00a24dCopy full SHA for c00a24d
grails-datastore-core/build.gradle
@@ -58,6 +58,7 @@ dependencies {
58
}
59
testImplementation 'org.spockframework:spock-core'
60
61
+ testRuntimeOnly 'org.apache.groovy:groovy-test-junit5'
62
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
63
testRuntimeOnly 'org.slf4j:slf4j-nop' // Get rid of warning about missing slf4j implementation during tests
64
0 commit comments