Only run deployment tests when war has material changes
Closes gh-24137
This commit is contained in:
parent
7efa1e47aa
commit
4e9f702681
|
@ -30,7 +30,7 @@ dependencies {
|
|||
}
|
||||
|
||||
intTest {
|
||||
inputs.files(war)
|
||||
inputs.files(war).withNormalizer(ClasspathNormalizer)
|
||||
}
|
||||
|
||||
war {
|
||||
|
|
Loading…
Reference in New Issue