jd-gui/app/build.gradle
2015-03-25 06:34:06 +01:00

10 lines
247 B
Groovy

apply plugin: 'groovy'
dependencies {
compile 'org.codehaus.groovy:groovy:2.4.0'
compile 'org.codehaus.groovy:groovy-swing:2.4.0'
compile 'org.codehaus.groovy:groovy-xml:2.4.0'
compile project(':api')
runtime project(':services')
}