6 lines
244 B
Groovy
6 lines
244 B
Groovy
apply from: rootProject.file('gradle/compile/groovy.gradle')
|
|
|
|
dependencies {
|
|
testImplementation "org.codehaus.groovy:groovy:${project.property('groovy.version')}"
|
|
testImplementation "junit:junit:${project.property('junit4.version')}"
|
|
}
|