Skip to content

Commit

Permalink
Update build.gradle.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Sep 20, 2024
1 parent 7201033 commit 7bee531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/spring-boot/templates/build.gradle.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ task cleanResources(type: Delete) {

bootBuildImage {
builder = "paketobuildpacks/builder-jammy-buildpackless-tiny"
buildpacks = ["paketobuildpacks/java"]
tags = [
"<%- lowercaseBaseName %>"
buildpacks = [
"paketobuildpacks/java",
"paketobuildpacks/health-checker"
]
tags = ["<%- lowercaseBaseName %>"]
environment = [
"BPL_SPRING_AOT_ENABLED" : "true",
"BP_JVM_CDS_ENABLED" : "false",
Expand Down

0 comments on commit 7bee531

Please sign in to comment.