Skip to content

Commit bd229cd

Browse files
authored
Update build.gradle
1 parent 6d3052b commit bd229cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ repositories {
1313
dependencies {
1414
implementation 'org.codehaus.groovy:groovy-all:3.0.9'
1515

16+
// Spock Framework
1617
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
1718
testImplementation 'org.codehaus.groovy:groovy-all:3.0.9'
1819

20+
// Spock Reports
1921
testRuntimeClasspath( "com.athaydes:spock-reports:2.1.1-groovy-3.0" ) {
2022
// transitive = false // this avoids affecting your version of Groovy/Spock
2123
}
24+
// Required for spock-reports
2225
testImplementation 'org.slf4j:slf4j-api:1.7.32'
2326
testRuntimeClasspath 'org.slf4j:slf4j-simple:1.7.32'
2427
}

0 commit comments

Comments
 (0)