Skip to content

Commit

Permalink
Merge branch 'master' of github.com:javapathfinder/jpf-core
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrille-artho committed Oct 1, 2023
2 parents 797bb96 + 2858a4f commit d254509
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ test {
description = "Runs core regression tests."

dependsOn buildJars
finalizedBy jacocoTestReport
jacoco.enabled = false

forkEvery = 1
enableAssertions = true
Expand Down Expand Up @@ -309,7 +309,6 @@ jacoco {
}

jacocoTestReport {
dependsOn test
reports {
xml.required = false
csv.required = false
Expand Down

0 comments on commit d254509

Please sign in to comment.