Only run deployment tests when war has material changes

Closes gh-24137
pull/24264/head
Andy Wilkinson 4 years ago
parent 7efa1e47aa
commit 4e9f702681

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

Loading…
Cancel
Save