uschindler commented on issue #12655:
URL: https://github.com/apache/lucene/issues/12655#issuecomment-1759281805

   OK, I found the bug for the icorrect logger output, but that's not the issue 
here. The fix is easy. I will provide a PR for the regenerator.
   
   The reason is that it looks like the `for (x : list) {}` you cannot use the 
`x` in a closure, because the loop variable is not final (like in Java). This 
may be a change in newer Groovy versions. 
   
   But it looks like at least for windows,, Gradle toolkits can't autodownload 
the JDK version. I will dig further.


-- 
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: issues-unsubscr...@lucene.apache.org

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

Reply via email to