Name custom task inputs
Closes gh-28753
This commit is contained in:
@@ -33,7 +33,7 @@ dependencies {
|
||||
}
|
||||
|
||||
intTest {
|
||||
inputs.files(war).withNormalizer(ClasspathNormalizer)
|
||||
inputs.files(war).withNormalizer(ClasspathNormalizer).withPropertyName("war")
|
||||
}
|
||||
|
||||
war {
|
||||
|
||||
Reference in New Issue
Block a user