Skip to content

Commit

Permalink
Swap buildJacocoAggregate dependent task on project root from test to…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
Col-E committed Sep 21, 2023
1 parent 92711ac commit 8d58ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jacocoAggregation {
outputXml = true
}

// Build aggregate report when test phase completes
tasks.register('test') {
// Build aggregate report when build completes
tasks.register('build') {
dependsOn(subprojects.test)
doLast {
buildJacocoAggregate.execute()
Expand Down

0 comments on commit 8d58ac3

Please sign in to comment.