Skip to content

Commit

Permalink
remove old fix for Jenkins test as we are using Github Actions and gr…
Browse files Browse the repository at this point in the history
…adle now
  • Loading branch information
shubham1g5 committed May 4, 2023
1 parent 112bb38 commit 343c4e9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 343c4e9

Please sign in to comment.