[
https://issues.apache.org/jira/browse/GROOVY-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18058771#comment-18058771
]
ASF GitHub Bot commented on GROOVY-11859:
-----------------------------------------
jamesfredley opened a new pull request, #2380:
URL: https://github.com/apache/groovy/pull/2380
https://issues.apache.org/jira/browse/GROOVY-11859
`JarJarTask.untouchedFiles` is a `List<String>` of glob patterns (e.g.
`CliBuilder*`), not file paths. The `@InputFiles @Classpath` annotations cause
Gradle to resolve these patterns as literal file paths on Windows, failing the
build. Changed to `@Input` since these are plain string values.
> JarJarTask: Windows build issue where glob patterns containing * are treated
> as literal file paths
> --------------------------------------------------------------------------------------------------
>
> Key: GROOVY-11859
> URL: https://issues.apache.org/jira/browse/GROOVY-11859
> Project: Groovy
> Issue Type: Bug
> Affects Versions: 6.x
> Reporter: James Fredley
> Priority: Minor
>
> Windows build issue where glob patterns containing `{{{}*`{}}} are treated as
> literal file paths
> Resolved by
> * Changing {{@InputFiles @Classpath}} to {{@Input}} on {{untouchedFiles}}
> field
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)