빌드명 변경

This commit is contained in:
Rinjae
2025-09-10 21:13:13 +09:00
parent 0a53000448
commit aff011a408
+5 -3
View File
@@ -143,10 +143,12 @@ test {
enabled = true enabled = true
} }
war { bootWar {
archiveFileName = "eapim-portal-boot.war"
}
// Set the name of the WAR file (optional) war {
archiveFileName = "PTLWeb.war" archiveFileName = "eapim-portal.war"
from('src/main/resources/jeus-web-dd.xml') { into 'WEB-INF' } from('src/main/resources/jeus-web-dd.xml') { into 'WEB-INF' }
from('src/main/resources/weblogic.xml') { into 'WEB-INF' } from('src/main/resources/weblogic.xml') { into 'WEB-INF' }