mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
10 lines
139 B
Groovy
10 lines
139 B
Groovy
apply plugin: 'groovy'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'
|
|
}
|