7 lines
191 B
Groovy
7 lines
191 B
Groovy
apply from: rootProject.file('gradle/compile/groovy-dynamic-tests.gradle')
|
|
|
|
dependencies {
|
|
api libs.jgit
|
|
testImplementation libs.spock.core
|
|
testImplementation libs.spock.junit4
|
|
}
|