Skip to content

Commit

Permalink
jacoco fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Oct 17, 2024
1 parent 0b13e1e commit c70d872
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,10 @@ tasks.register('bundle', Zip) {
//}
//}

//tasks.register('jacocoTestReport') {
// dependsOn test
//}
//This is a stub, so we don't have to change our github action targets while we've disabled jacoco
tasks.register('jacocoTestReport') {
dependsOn test
}

tasks.register('condaStandardEnvironmentDefinition', Copy) {
from "scripts"
Expand Down

0 comments on commit c70d872

Please sign in to comment.