remove deprecated gradle thingy

This commit is contained in:
ajgeiss0702
2022-07-19 10:11:29 -07:00
parent ab55bf50cd
commit 2ac318fbdc
+2 -2
View File
@@ -27,8 +27,8 @@ allprojects {
failFast = true
maxParallelForks = (Runtime.getRuntime().availableProcessors() - 1).takeIf { it > 0 } ?: 1
reports.html.isEnabled = false
reports.junitXml.isEnabled = false
reports.html.required.set(false)
reports.junitXml.required.set(false)
}