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
Make deployment integration tests run when war changes
Closes gh-23996
pull/26228/head
Andy Wilkinson
5 years ago
parent
1e9c9b9d73
commit
8294083c99
1 changed files
with
1 additions
and
1 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
2
spring-boot-tests/spring-boot-deployment-tests/build.gradle
2
spring-boot-tests/spring-boot-deployment-tests/build.gradle
Unescape
Escape
View File
@ -30,7 +30,7 @@ dependencies {
@@ -30,7 +30,7 @@ dependencies {
}
intTest
{
dependsOn
war
inputs
.
files
(
war
)
}
war
{
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
GitHub-Spring/spring-boot
Title
Body
Create Issue