2021-11-04 16:28:10 +01:00
|
|
|
apply from: rootProject.file('gradle/compile/groovy.gradle')
|
|
|
|
|
|
|
|
dependencies {
|
2022-04-28 17:48:38 +02:00
|
|
|
testImplementation "org.apache.groovy:groovy:${project.property('groovy.version')}"
|
2021-11-04 16:28:10 +01:00
|
|
|
testImplementation "junit:junit:${project.property('junit4.version')}"
|
|
|
|
}
|