groovy-extensions/groovy-git/build.gradle

8 lines
234 B
Groovy

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