Use Paketo tiny builder by default for JVM and native apps
Closes gh-40859
This commit is contained in:
@@ -267,7 +267,6 @@ publishing.publications.withType(MavenPublication) {
|
||||
delegate.artifactId('spring-boot-maven-plugin')
|
||||
configuration {
|
||||
image {
|
||||
delegate.builder("paketobuildpacks/builder-jammy-tiny:latest");
|
||||
env {
|
||||
delegate.BP_NATIVE_IMAGE("true")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user