blob: 7ac6c8f2c719c88dc92738a80a9442ef69ba1381 [file] [log] [blame]
Ian Ni-Lewiseb640c02013-09-09 17:01:04 -07001apply plugin: 'groovy'
2
3repositories {
4 mavenCentral()
5}
6
7dependencies {
8 compile 'org.freemarker:freemarker:2.3.20'
9 compile gradleApi()
10 compile localGroovy()
11}