8 lines
108 B
Groovy
8 lines
108 B
Groovy
apply plugin: 'bytex.threadOpt'
|
|
thread_opt {
|
|
enable true
|
|
enableInDebug true
|
|
logLevel "DEBUG"
|
|
}
|
|
|