프로젝트 정보 변경
This commit is contained in:
+7
-1
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user