mirror of
https://github.com/java-decompiler/jd-gui.git
synced 2024-12-04 19:06:40 +00:00
11 lines
304 B
Groovy
11 lines
304 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'
|
|
provided 'com.yuvimasory:orange-extensions:1.3.0'
|
|
compile project(':api')
|
|
runtime project(':services')
|
|
}
|