7 lines
123 B
Groovy
7 lines
123 B
Groovy
apply plugin: 'bytex.handler_proxy'
|
|
handler_proxy {
|
|
enable false
|
|
enableInDebug rootProject.isJunkDetectEnable()
|
|
}
|
|
|