Skip to content

Commit cba9f5b

Browse files
committed
Avoid having multiple wars when project's version changes
Fixes gh-21606
1 parent 6ee0f8d commit cba9f5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ dependencies {
3131

3232
intTest {
3333
dependsOn war
34+
}
35+
36+
war {
37+
archiveVersion = ''
3438
}

0 commit comments

Comments
 (0)