diff --git a/build.gradle.kts b/build.gradle.kts index a4968989f..35cc502f1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -112,7 +112,7 @@ tasks.withType().configureEach { tasks.bootBuildImage { // See: https://paketo.io/docs/howto/java/ - environment = mapOf("BP_JVM_VERSION" to "21") + environment = mapOf("BP_JVM_VERSION" to "21", "BP_JVM_CDS_ENABLED" to "true") docker { publishRegistry {