프로젝트 정보 변경

This commit is contained in:
현성필
2023-09-18 09:44:56 +09:00
parent b3b10f848b
commit 6e579b3c7c
3 changed files with 12 additions and 6 deletions
+7 -1
View File
@@ -15,7 +15,7 @@ war.enabled = true
ext['logback.version'] = '1.2.10'
group = 'com.eactive'
version = '1.0.3'
version = '2.0.0'
sourceCompatibility = '1.8'
targetCompatibility = 1.8
@@ -63,6 +63,12 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
bootJar {
archiveFileName = "HTTPSimulator.jar"
}
test {
useJUnitPlatform()
}