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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
