Skip to content
Permalink
Browse files
SHIBUI-2264
removing bootwar task from sub project parts
  • Loading branch information
chasegawa committed Jun 8, 2022
1 parent 8ecc4b2 commit d975e99f265479015850d35f9ddb123182030730
Showing 3 changed files with 6 additions and 0 deletions.
@@ -9,6 +9,8 @@ plugins {
sourceCompatibility = 11
targetCompatibility = 11

bootJar.enabled = false

repositories {
jcenter()
maven { // for the springboot plugin
@@ -9,6 +9,8 @@ apply plugin: 'java'
sourceCompatibility = 11
targetCompatibility = 11

bootJar.enabled = false

repositories {
jcenter()
maven { // for the springboot plugin
@@ -9,6 +9,8 @@ plugins {
sourceCompatibility = 11
targetCompatibility = 11

bootJar.enabled = false

repositories {
jcenter()
mavenCentral()

0 comments on commit d975e99

Please sign in to comment.