7 lines
144 B
Groovy
7 lines
144 B
Groovy
apply plugin: 'bytex.handler_proxy'
|
|
handler_proxy {
|
|
enable !rootProject.isReleaseBuild()
|
|
enableInDebug !rootProject.isReleaseBuild()
|
|
}
|
|
|