groovy-extensions/groovy-git/build.gradle
2021-11-09 10:53:57 +01:00

8 lines
327 B
Groovy

apply from: rootProject.file('gradle/compile/groovy.gradle')
dependencies {
api "org.eclipse.jgit:org.eclipse.jgit:${project.property('jgit.version')}"
testImplementation("org.spockframework:spock-core:${project.property('spock.version')}") {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
}