Files
muwire/host-cache/build.gradle
Zlatin Balevsky 764de8d3ad hello groovy
2018-07-09 21:17:20 +01:00

14 lines
272 B
Groovy

apply plugin: 'groovy'
apply plugin: 'application'
dependencies {
compile 'net.i2p:i2p:0.9.35'
compile 'org.codehaus.groovy:groovy-all:2.5.0'
}
compileGroovy {
groovyOptions.optimizationOptions.indy = true
}
mainClassName = 'com.muwire.hostcache.HostCache'