Skip to content

Commit

Permalink
Testcontainers build triggers jakarta core build as well.
Browse files Browse the repository at this point in the history
Signed-off-by: asjervanasten <[email protected]>
  • Loading branch information
appiepollo14 committed Nov 12, 2023
1 parent e7357db commit 5ffb135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/testcontainers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ test {
apply from: publishScript

publishToMavenLocal.dependsOn ':microshed-testing-core:publishToMavenLocal'
publishToMavenLocal.dependsOn ':microshed-testing-core-jakarta:publishToMavenLocal'

task integrationTest(type: Test) {
description = 'Runs integration tests.'
Expand Down

0 comments on commit 5ffb135

Please sign in to comment.