groovy-extensions/groovy-git/build.gradle

9 lines
433 B
Groovy
Raw Normal View History

2021-11-09 10:53:57 +01:00
apply from: rootProject.file('gradle/compile/groovy.gradle')
dependencies {
api "org.eclipse.jgit:org.eclipse.jgit:${project.property('jgit.version')}"
2021-12-18 20:30:31 +01:00
testImplementation "org.apache.groovy:groovy:${project.property('groovy.version')}"
testImplementation "org.spockframework:spock-core:${project.property('spock.version')}"
testImplementation "org.spockframework:spock-junit4:${project.property('spock.version')}"
2021-11-09 10:53:57 +01:00
}