8 lines
242 B
Groovy
8 lines
242 B
Groovy
apply from: rootProject.file('gradle/compile/groovy-dynamic-tests.gradle')
|
|
|
|
dependencies {
|
|
api project(':groovy-git-annotations')
|
|
api libs.jgit
|
|
testImplementation testLibs.spock.core
|
|
testImplementation testLibs.spock.junit4
|
|
}
|