remove deprecated gradle thingy
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ allprojects {
|
|||||||
failFast = true
|
failFast = true
|
||||||
maxParallelForks = (Runtime.getRuntime().availableProcessors() - 1).takeIf { it > 0 } ?: 1
|
maxParallelForks = (Runtime.getRuntime().availableProcessors() - 1).takeIf { it > 0 } ?: 1
|
||||||
|
|
||||||
reports.html.isEnabled = false
|
reports.html.required.set(false)
|
||||||
reports.junitXml.isEnabled = false
|
reports.junitXml.required.set(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user