Make deployment integration tests run when war changes

Closes gh-23996
pull/26228/head
Andy Wilkinson 4 years ago
parent 1e9c9b9d73
commit 8294083c99

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

Loading…
Cancel
Save