Name custom task inputs

Closes gh-28753
This commit is contained in:
Andy Wilkinson
2021-11-19 15:28:37 +00:00
parent 96d98a0f6f
commit 015cf920da
4 changed files with 5 additions and 5 deletions

View File

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