프로젝트 정보 변경
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()
|
||||
}
|
||||
|
||||
+4
-4
@@ -1,4 +1,4 @@
|
||||
rm HttpMockServer-1.0.3.jar
|
||||
cp ../build/libs/HttpMockServer-1.0.3.jar ./
|
||||
jar uf HttpMockServer-1.0.3.jar BOOT-INF/classes/static/favicon.ico
|
||||
tar -cvf simulator.tar ./HttpMockServer-1.0.3.jar
|
||||
cp ../build/libs/HttpSimulator.jar ./
|
||||
jar uf HttpSimulator.jar BOOT-INF/classes/static/favicon.ico
|
||||
jar uf HttpSimulator.jar BOOT-INF/classes/static/img/logo.png
|
||||
tar -cvf simulator.tar ./HttpSimulator.jar
|
||||
+1
-1
@@ -1 +1 @@
|
||||
rootProject.name = 'HttpMockServer'
|
||||
rootProject.name = 'HTTPSimulator'
|
||||
|
||||
Reference in New Issue
Block a user