Skip to content

Commit

Permalink
M7l5 Gremlin: Remove spring image build
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Oct 4, 2024
1 parent 2eb8a50 commit 3a36574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ok-marketplace-be/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tasks {
}

create("buildImages") {
dependsOn(project("ok-marketplace-app-spring").tasks.getByName("bootBuildImage"))
// dependsOn(project("ok-marketplace-app-spring").tasks.getByName("bootBuildImage"))
dependsOn(project("ok-marketplace-app-ktor").tasks.getByName("publishImageToLocalRegistry"))
dependsOn(project("ok-marketplace-app-ktor").tasks.getByName("dockerBuildX64Image"))
}
Expand Down

0 comments on commit 3a36574

Please sign in to comment.