mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
14 lines
307 B
Groovy
14 lines
307 B
Groovy
includeFlat 'core'
|
|
includeFlat 'base'
|
|
includeFlat 'retrace'
|
|
includeFlat 'gui'
|
|
includeFlat 'gradle'
|
|
includeFlat 'ant'
|
|
includeFlat 'annotations'
|
|
|
|
if (file(wtkDir).isDirectory()) {
|
|
includeFlat 'wtk'
|
|
} else {
|
|
System.err.println "Can't find the WTK directory [${wtkDir}]. Not building the WTK plugin."
|
|
}
|