Files
MoGoEagleEye/gradle/bytex/bytex_thread_opt.gradle
2023-05-10 11:11:01 +08:00

8 lines
108 B
Groovy

apply plugin: 'bytex.threadOpt'
thread_opt {
enable true
enableInDebug true
logLevel "DEBUG"
}