a6da70fb99
My pipeline was failing because Gradle was using the name of the pipeline to infer the project name, i.e. "infra_accountapp" which results in an incorrectly named war file. Silly Gradle
2 lines
32 B
Groovy
2 lines
32 B
Groovy
rootProject.name = 'accountapp'
|