Browse Source

Avoid having multiple wars when project's version changes

Fixes gh-21606
pull/22996/head
Andy Wilkinson 5 years ago
parent
commit
cba9f5b86e
  1. 4
      spring-boot-tests/spring-boot-deployment-tests/build.gradle

4
spring-boot-tests/spring-boot-deployment-tests/build.gradle

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