From 8ba1a188b1eb0ebaa3dd6adc012f6c55ab451f6c Mon Sep 17 00:00:00 2001 From: jameskleeh Date: Wed, 26 Sep 2018 11:54:06 -0400 Subject: [PATCH] Update the shadow plugin version. Fixes micronaut-projects/micronaut-core#487 --- base/profile.yml | 2 +- function-aws/profile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/profile.yml b/base/profile.yml index a367d9d..88aab5a 100644 --- a/base/profile.yml +++ b/base/profile.yml @@ -16,7 +16,7 @@ jvmArgs: build: plugins: - io.spring.dependency-management:1.0.6.RELEASE - - com.github.johnrengelman.shadow:2.0.4 + - com.github.johnrengelman.shadow:4.0.0 - application dependencies: - scope: runtime diff --git a/function-aws/profile.yml b/function-aws/profile.yml index 2027d0d..bbd3d75 100644 --- a/function-aws/profile.yml +++ b/function-aws/profile.yml @@ -10,7 +10,7 @@ skeleton: build: plugins: - - com.github.johnrengelman.shadow:2.0.4 + - com.github.johnrengelman.shadow:4.0.0 - de.sebastianboegl.shadow.transformer.log4j:2.1.1 - jp.classmethod.aws.lambda:0.38 dependencies: