Skip to content

Commit

Permalink
use self-hosted & subprojects 8
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Oct 16, 2024
1 parent be3c4ae commit 0c57c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ subprojects {

task testCoverage(type: JacocoReport) {
// Ensure all necessary tasks are complete before running testCoverage
dependsOn "${project.projectDir}:test"
dependsOn "${project.projectDir}:processTestResources"
dependsOn "${project.projectDir}:compileTestKotlin"
dependsOn "${project.path}:test"
dependsOn "${project.path}:processTestResources"
dependsOn "${project.path}:compileTestKotlin"

reports {
xml.required = true
Expand Down

0 comments on commit 0c57c6c

Please sign in to comment.