mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-31 00:24:00 +00:00
Merge pull request #548 from nsacyber/v3_bootrun-war-buildrpm
Supporting buildRpm alongside bootRun/bootWar
This commit is contained in:
commit
210c48dada
@ -60,13 +60,13 @@ dependencies {
|
||||
testImplementation libs.testng
|
||||
}
|
||||
|
||||
//war {
|
||||
// from(buildDir) {
|
||||
// include 'VERSION'
|
||||
// into 'WEB-INF/classes'
|
||||
// }
|
||||
// archiveFileName = 'HIRS_AttestationCAPortal.war'
|
||||
//}
|
||||
war {
|
||||
from(buildDir) {
|
||||
include 'VERSION'
|
||||
into 'WEB-INF/classes'
|
||||
}
|
||||
archiveFileName = 'HIRS_AttestationCAPortal.war'
|
||||
}
|
||||
|
||||
ospackage {
|
||||
packageName = 'HIRS_AttestationCA'
|
||||
|
Loading…
x
Reference in New Issue
Block a user