groovy-extensions/groovy-git/build.gradle

8 lines
191 B
Groovy
Raw Normal View History

2022-06-17 10:53:57 +02:00
apply from: rootProject.file('gradle/compile/groovy-dynamic-tests.gradle')
2021-11-09 10:53:57 +01:00
dependencies {
2022-06-17 10:53:57 +02:00
api libs.jgit
testImplementation libs.spock.core
testImplementation libs.spock.junit4
2021-11-09 10:53:57 +01:00
}