Comment the war dependency in build.gradle

pull/389/head v1.1.3-beta.1
johnniang 2019-11-18 05:50:21 +08:00
parent 80c28bac0e
commit 406ced57f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
plugins {
id 'org.springframework.boot' version '2.2.0.RELEASE'
id "io.freefair.lombok" version "3.6.6"
id 'war'
// id 'war'
id 'java'
}