fixed springboot building fat jar

develop
bvn13 2020-04-03 17:03:47 +03:00
parent a635c29eda
commit 558c2093f9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ subprojects {
apply plugin: 'java'
apply plugin: 'idea'
// apply plugin: 'org.springframework.boot'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
sourceCompatibility = 1.8