Avoid having multiple wars when project's version changes
Fixes gh-21606
This commit is contained in:
@@ -31,4 +31,8 @@ dependencies {
|
||||
|
||||
intTest {
|
||||
dependsOn war
|
||||
}
|
||||
|
||||
war {
|
||||
archiveVersion = ''
|
||||
}
|
||||
Reference in New Issue
Block a user