Co-authored-by: Chen Zhang <340355960@qq.com>
@ -40,6 +40,19 @@ ext {
}
allprojects {
tasks.withType(Test).configureEach {
maxParallelForks = 4
forkEvery = 100
reports.html.required = false
reports.junitXml.required = false
ext.displayName = null
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')