From d11a27c915edbf8f9aa979f7209f72bc327c955f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20D=C3=BCmont?= <22489773+newtork@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:07:43 +0100 Subject: [PATCH] Update manifest.yml --- .../src/main/resources/archetype-resources/manifest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/archetypes/spring-boot3/src/main/resources/archetype-resources/manifest.yml b/archetypes/spring-boot3/src/main/resources/archetype-resources/manifest.yml index 1bac098ba..fe2543ba7 100644 --- a/archetypes/spring-boot3/src/main/resources/archetype-resources/manifest.yml +++ b/archetypes/spring-boot3/src/main/resources/archetype-resources/manifest.yml @@ -6,8 +6,6 @@ applications: timeout: 300 random-route: true path: application/target/${artifactId}-application.jar - buildpacks: - - sap_java_buildpack env: TARGET_RUNTIME: main SPRING_PROFILES_ACTIVE: 'cloud'