Skip to content

Commit

Permalink
try suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Oct 15, 2024
1 parent a351501 commit 5d6d18e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ subprojects {
// uncomment to produce shadowJar build by default
// it is disabled by default to publish original version by CI, not a fat jar
tasks.shadowJar.enabled = false

// tasks.named('testCoverage') {
// dependsOn ":${name}:processTestResources"
// }
}

task allShadowJars {
Expand Down Expand Up @@ -140,8 +144,6 @@ sonarqube {
}
}

tasks.configureEach {
if (name == "testCoverage") {
mustRunAfter(tasks.processTestResources)
}
tasks.named('testCoverage') {
dependsOn ":admin-client:processTestResources"
}

0 comments on commit 5d6d18e

Please sign in to comment.