Avoid having multiple wars when project's version changes

Fixes gh-21606
This commit is contained in:
Andy Wilkinson 2020-07-30 17:58:17 +01:00
parent 6ee0f8df1b
commit cba9f5b86e

View File

@ -31,4 +31,8 @@ dependencies {
intTest {
dependsOn war
}
war {
archiveVersion = ''
}