Browse Source

Make deployment integration tests run when war changes

Closes gh-23996
pull/26228/head
Andy Wilkinson 5 years ago
parent
commit
8294083c99
  1. 2
      spring-boot-tests/spring-boot-deployment-tests/build.gradle

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

@ -30,7 +30,7 @@ dependencies { @@ -30,7 +30,7 @@ dependencies {
}
intTest {
dependsOn war
inputs.files(war)
}
war {

Loading…
Cancel
Save