Make deployment integration tests run when war changes

Closes gh-23996
This commit is contained in:
Andy Wilkinson
2020-11-02 17:33:58 +00:00
parent 1e9c9b9d73
commit 8294083c99
@@ -30,7 +30,7 @@ dependencies {
}
intTest {
dependsOn war
inputs.files(war)
}
war {