This website works better with JavaScript.
Explore
Help
Register
Sign In
GitHub-Spring
/
spring-boot
mirror of
https://github.com/spring-projects/spring-boot.git
Watch
1
Star
0
Fork
You've already forked spring-boot
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Avoid having multiple wars when project's version changes
Fixes gh-21606
pull/22996/head
Andy Wilkinson
5 years ago
parent
6ee0f8df1b
commit
cba9f5b86e
1 changed files
with
4 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
spring-boot-tests/spring-boot-deployment-tests/build.gradle
4
spring-boot-tests/spring-boot-deployment-tests/build.gradle
Unescape
Escape
View File
@ -31,4 +31,8 @@ dependencies {
@@ -31,4 +31,8 @@ dependencies {
intTest
{
dependsOn
war
}
war
{
archiveVersion
=
''
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
GitHub-Spring/spring-boot
Title
Body
Create Issue