From 343c4e9155b927f57cfff4a8fb752bac7ba9d5e0 Mon Sep 17 00:00:00 2001 From: Shubham Goyal Date: Thu, 27 Apr 2023 18:00:44 -0300 Subject: [PATCH] remove old fix for Jenkins test as we are using Github Actions and gradle now --- build.gradle | 11 ----------- 1 file changed, 11 deletions(-) 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