account-app/settings.gradle
R. Tyler Croy a6da70fb99
Force the project name to be accountapp so Gradle doesn't get clever
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
2016-03-21 14:38:01 -07:00

2 lines
32 B
Groovy

rootProject.name = 'accountapp'