Files
2023-10-13 14:01:41 +00:00

18 lines
256 B
Groovy

repositories {
google()
jcenter()
}
dependencies {
compile 'org.freemarker:freemarker:2.3.20'
}
sourceSets {
main {
groovy {
srcDir new File(rootDir, "../../../../../build/buildSrc/src/main/groovy")
}
}
}