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