mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-31 17:53:09 -05:00
Add spock dependency to project.
This commit is contained in:
@@ -25,6 +25,7 @@ dependencies {
|
||||
testCompile group: 'junit', name: 'junit', version: '4.11'
|
||||
testCompile group: 'info.cukes', name: 'cucumber-groovy', version: '1.1.1'
|
||||
testCompile group: 'info.cukes', name: 'cucumber-junit', version: '1.1.1'
|
||||
testCompile group: 'org.spockframework', name: 'spock-core', version: '0.7-groovy-2.0'
|
||||
}
|
||||
|
||||
test.testLogging.exceptionFormat = 'full'
|
||||
|
||||
Reference in New Issue
Block a user