Only run deployment tests when war has material changes

Closes gh-24137
This commit is contained in:
Andy Wilkinson 2020-11-20 12:05:51 +00:00
parent 7efa1e47aa
commit 4e9f702681
1 changed files with 1 additions and 1 deletions

View File

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