Skip to content

Commit

Permalink
Build fix - add dependency to run shadowJar before composeUp
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Jul 4, 2024
1 parent a9af3df commit db6921f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ dockerCompose {
// dockerComposeStopTimeout = java.time.Duration.ofSeconds(20) // time before docker-compose sends SIGTERM to the running containers after the composeDown task has been started
// environment.put 'BACKEND_ADDRESS', '192.168.1.100' // environment variables to be used when calling 'docker-compose', e.g. for substitution in compose file
}

composeBuild.dependsOn shadowJar
dockerCompose.isRequiredBy(test)


repositories {
mavenCentral()
maven {
Expand Down

0 comments on commit db6921f

Please sign in to comment.