diff --git a/build.gradle b/build.gradle index 1b407bf47..05cbe25ab 100644 --- a/build.gradle +++ b/build.gradle @@ -257,17 +257,6 @@ task extractLibs(type: Copy) { compileJava.dependsOn extractLibs - -task jenkinsTest { - inputs.files test.outputs.files - doLast { - def timestamp = System.currentTimeMillis() - test.getReports().getJunitXml().getDestination().eachFile { it.lastModified = timestamp } - } -} - -check.dependsOn(jenkinsTest) - jmh { duplicateClassesStrategy = DuplicatesStrategy.FAIL fork = 2