groovy-extensions/groovy-git/build.gradle

9 lines
327 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')}"
testImplementation("org.spockframework:spock-core:${project.property('spock.version')}") {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
}