Skip to content

Commit 7bee531

Browse files
authored
Update build.gradle.ejs
1 parent 7201033 commit 7bee531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generators/spring-boot/templates/build.gradle.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ task cleanResources(type: Delete) {
266266

267267
bootBuildImage {
268268
builder = "paketobuildpacks/builder-jammy-buildpackless-tiny"
269-
buildpacks = ["paketobuildpacks/java"]
270-
tags = [
271-
"<%- lowercaseBaseName %>"
269+
buildpacks = [
270+
"paketobuildpacks/java",
272271
"paketobuildpacks/health-checker"
273272
]
273+
tags = ["<%- lowercaseBaseName %>"]
274274
environment = [
275275
"BPL_SPRING_AOT_ENABLED" : "true",
276276
"BP_JVM_CDS_ENABLED" : "false",

0 commit comments

Comments
 (0)