Skip to content

Commit

Permalink
chore: add test dependency for modules
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Nov 21, 2024
1 parent 8b5d9da commit f636f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1591,6 +1591,8 @@ test {
systemProperty 'java.awt.headless', 'true'
}
systemProperty 'java.util.logging.config.file', "${rootDir}/config/test/logger.properties"
// some test case depends on modules from subproject
dependsOn subprojects.collect { it.tasks.named('jar') }
}

tasks.register('testIntegration', JavaExec) {
Expand Down

0 comments on commit f636f2c

Please sign in to comment.