uschindler opened a new pull request #1806: URL: https://github.com/apache/lucene-solr/pull/1806
This PR changes the legacy setp of the checkSourcePatterns task to directly execute the checker code in the running Gradle VM. Because of Ant compatibility we preserved the old code using Ant's Groovy task. So it was executing Groovy shell inside Groovy. The code changes are minimal, further improvements are coming later. This task has no outputs, so itÄs declared to run always. We may improve this, if we make the checked files and patterns a task input. Quick tests on different branches showed that task works. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org