Skip to content

Commit

Permalink
Add bootloader dependancy to generate-docker gradle task (#9078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro committed Dec 23, 2021
1 parent 1c207f3 commit fe21cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ subprojects {
}

task('generate-docker') {
dependsOn(':airbyte-bootloader:assemble')
dependsOn(':airbyte-workers:assemble')
dependsOn(':airbyte-webapp:assemble')
dependsOn(':airbyte-server:assemble')
Expand Down

0 comments on commit fe21cf6

Please sign in to comment.