From d975e99f265479015850d35f9ddb123182030730 Mon Sep 17 00:00:00 2001 From: chasegawa Date: Wed, 8 Jun 2022 15:25:43 -0700 Subject: [PATCH] SHIBUI-2264 removing bootwar task from sub project parts --- beacon/core/build.gradle | 2 ++ beacon/spring/build.gradle | 2 ++ pac4j-module/build.gradle | 2 ++ 3 files changed, 6 insertions(+) diff --git a/beacon/core/build.gradle b/beacon/core/build.gradle index d84aac781..b4ddfd4ca 100644 --- a/beacon/core/build.gradle +++ b/beacon/core/build.gradle @@ -9,6 +9,8 @@ plugins { sourceCompatibility = 11 targetCompatibility = 11 +bootJar.enabled = false + repositories { jcenter() maven { // for the springboot plugin diff --git a/beacon/spring/build.gradle b/beacon/spring/build.gradle index 820f1d109..eb6d1e991 100644 --- a/beacon/spring/build.gradle +++ b/beacon/spring/build.gradle @@ -9,6 +9,8 @@ apply plugin: 'java' sourceCompatibility = 11 targetCompatibility = 11 +bootJar.enabled = false + repositories { jcenter() maven { // for the springboot plugin diff --git a/pac4j-module/build.gradle b/pac4j-module/build.gradle index bd43c7351..6a1295758 100644 --- a/pac4j-module/build.gradle +++ b/pac4j-module/build.gradle @@ -9,6 +9,8 @@ plugins { sourceCompatibility = 11 targetCompatibility = 11 +bootJar.enabled = false + repositories { jcenter() mavenCentral()