Files
MoGoEagleEye/gradle/bytex/bytex_handler_proxy.gradle

7 lines
144 B
Groovy

apply plugin: 'bytex.handler_proxy'
handler_proxy {
enable !rootProject.isReleaseBuild()
enableInDebug !rootProject.isReleaseBuild()
}