From d0cbe744fe557c69e2e795e95070cf2ff3d2710c Mon Sep 17 00:00:00 2001 From: BarDweller Date: Fri, 11 Oct 2019 13:30:51 -0400 Subject: [PATCH] recompile on debug change --- incubator/java-spring-boot2/image/Dockerfile-stack | 2 +- incubator/java-spring-boot2/stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/java-spring-boot2/image/Dockerfile-stack b/incubator/java-spring-boot2/image/Dockerfile-stack index 99545097b..2691043fd 100644 --- a/incubator/java-spring-boot2/image/Dockerfile-stack +++ b/incubator/java-spring-boot2/image/Dockerfile-stack @@ -58,7 +58,7 @@ ENV APPSODY_RUN_ON_CHANGE="/project/java-spring-boot2-build.sh recompile" ENV APPSODY_RUN_KILL=false ENV APPSODY_DEBUG="/project/java-spring-boot2-build.sh debug" -ENV APPSODY_DEBUG_ON_CHANGE="" +ENV APPSODY_DEBUG_ON_CHANGE="/project/java-spring-boot2-build.sh recompile" ENV APPSODY_DEBUG_KILL=false ENV APPSODY_TEST="/project/java-spring-boot2-build.sh test" diff --git a/incubator/java-spring-boot2/stack.yaml b/incubator/java-spring-boot2/stack.yaml index 493a2d5a4..924dd8c5d 100644 --- a/incubator/java-spring-boot2/stack.yaml +++ b/incubator/java-spring-boot2/stack.yaml @@ -1,5 +1,5 @@ name: Spring Boot® -version: 0.3.14 +version: 0.3.15 description: Spring Boot using OpenJ9 and Maven license: Apache-2.0 language: java