From cb177ddda1b1e36896f853f957370c81e24f0795 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Wed, 16 Sep 2020 18:21:18 +0200 Subject: [PATCH 1/2] fixed #279 Formular Layout Errors --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 41393a5c..74319887 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 org.woehlke From f8dd8dd241f5e565767968957e6f6b21eb3b5bff Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Wed, 16 Sep 2020 18:34:19 +0200 Subject: [PATCH 2/2] issue #277 heroku: Compiled slug size: 617.9M is too large (max is 500M) --- pom.xml | 14 +++++++++++--- run.sh | 4 ++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 74319887..5637a930 100644 --- a/pom.xml +++ b/pom.xml @@ -740,7 +740,7 @@ ${project.artifactId} - clean dependency:list package spring-boot:repackage spring-boot:run + clean dependency:list install spring-boot:run @@ -927,8 +927,16 @@ true + + unpack-dependency-classes-install + install + + repackage + + id-build-info + process-resources build-info @@ -962,7 +970,7 @@ unpack-dependency-classes-install - install + pre-site resolve collect @@ -981,7 +989,7 @@ unpack-dependency-classes-deploy - deploy + pre-site resolve collect diff --git a/run.sh b/run.sh index d7f541c4..951b517d 100755 --- a/run.sh +++ b/run.sh @@ -51,8 +51,8 @@ function runDev() { } function run() { - #runHerokuLocal - runDev + runHerokuLocal + #runDev } function main() {