mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-20 05:28:22 +00:00
Re-enabled the war task
This commit is contained in:
parent
079ee3b80e
commit
15f84333af
@ -60,13 +60,13 @@ dependencies {
|
|||||||
testImplementation libs.testng
|
testImplementation libs.testng
|
||||||
}
|
}
|
||||||
|
|
||||||
//war {
|
war {
|
||||||
// from(buildDir) {
|
from(buildDir) {
|
||||||
// include 'VERSION'
|
include 'VERSION'
|
||||||
// into 'WEB-INF/classes'
|
into 'WEB-INF/classes'
|
||||||
// }
|
}
|
||||||
// archiveFileName = 'HIRS_AttestationCAPortal.war'
|
archiveFileName = 'HIRS_AttestationCAPortal.war'
|
||||||
//}
|
}
|
||||||
|
|
||||||
ospackage {
|
ospackage {
|
||||||
packageName = 'HIRS_AttestationCA'
|
packageName = 'HIRS_AttestationCA'
|
||||||
|
Loading…
Reference in New Issue
Block a user