groovy-extensions/groovy-git/build.gradle

9 lines
242 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 {
2023-05-21 12:46:58 +02:00
api project(':groovy-git-annotations')
2022-06-17 10:53:57 +02:00
api libs.jgit
2024-01-07 23:53:28 +01:00
testImplementation testLibs.spock.core
testImplementation testLibs.spock.junit4
2021-11-09 10:53:57 +01:00
}