빌드 스크립트 추가
This commit is contained in:
@@ -3,6 +3,7 @@ plugins {
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'java'
|
||||
id 'war'
|
||||
// id "org.sonarqube" version "4.2.1.3168"
|
||||
}
|
||||
|
||||
bootJar.enabled = true
|
||||
@@ -16,6 +17,7 @@ ext['logback.version'] = '1.2.10'
|
||||
group = 'com.eactive'
|
||||
version = '1.0.3'
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = 1.8
|
||||
|
||||
|
||||
configurations {
|
||||
|
||||
Reference in New Issue
Block a user