Merge branch '2.3.x'

Closes gh-24224
This commit is contained in:
Andy Wilkinson 2020-11-20 12:07:01 +00:00
commit e4380275e5

View File

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