groovy-extensions/groovy-git/build.gradle

9 lines
234 B
Groovy
Raw Permalink 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
testImplementation libs.spock.core
testImplementation libs.spock.junit4
2021-11-09 10:53:57 +01:00
}