uschindler commented on PR #12808: URL: https://github.com/apache/lucene/pull/12808#issuecomment-1811585147
Hi @dweiss, The issue with errorprone is exactly the same like we have seen for turbocharger of Java options: https://github.com/gradle/gradle/issues/22746 The new version of errorprone plugin fixed the issues with flags and when forking is enabled it adds the JVM options, but without `-J`. With toolchains or when forking without custom java home this works correct, but when you have a custom java home passed to fork options it breaks. So it's not Errorprone's fault, but the same Gradle bug over and over. I will think of a possibility to wrap all ArgumentProviders (also the ones added by errorprone) before executing task's main action and add `-J`. -- 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