Commit 4e9f7026 authored by Andy Wilkinson's avatar Andy Wilkinson

Only run deployment tests when war has material changes

Closes gh-24137
parent 7efa1e47
...@@ -30,7 +30,7 @@ dependencies { ...@@ -30,7 +30,7 @@ dependencies {
} }
intTest { intTest {
inputs.files(war) inputs.files(war).withNormalizer(ClasspathNormalizer)
} }
war { war {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment