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.
1 parent 6d3052b commit bd229cdCopy full SHA for bd229cd
build.gradle
@@ -13,12 +13,15 @@ repositories {
13
dependencies {
14
implementation 'org.codehaus.groovy:groovy-all:3.0.9'
15
16
+ // Spock Framework
17
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
18
testImplementation 'org.codehaus.groovy:groovy-all:3.0.9'
19
20
+ // Spock Reports
21
testRuntimeClasspath( "com.athaydes:spock-reports:2.1.1-groovy-3.0" ) {
22
// transitive = false // this avoids affecting your version of Groovy/Spock
23
}
24
+ // Required for spock-reports
25
testImplementation 'org.slf4j:slf4j-api:1.7.32'
26
testRuntimeClasspath 'org.slf4j:slf4j-simple:1.7.32'
27
0 commit comments