빌드 스크립트 추가

This commit is contained in:
현성필
2023-08-22 16:40:29 +09:00
parent ce47ece5b0
commit 38b136df8b
4 changed files with 10 additions and 0 deletions
+2
View File
@@ -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 {