kennknowles commented on pull request #16568: URL: https://github.com/apache/beam/pull/16568#issuecomment-1023765114
The one I saw at https://scans.gradle.com/s/ivmpl5cnqhfvg/console-log?task=:sdks:java:core:compileTestJava ``` :sdks:java:core:compileTestJava FAILED Exception in thread "main" java.lang.IllegalAccessError: class com.google.errorprone.BaseErrorProneJavaCompiler (in unnamed module @0x780cb77) cannot access class com.sun.tools.javac.api.BasicJavacTask (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.api to unnamed module @0x780cb77 at com.google.errorprone.BaseErrorProneJavaCompiler.addTaskListener(BaseErrorProneJavaCompiler.java:94) | at com.google.errorprone.ErrorProneJavacPlugin.init(ErrorProneJavacPlugin.java:34) | at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugin(BasicJavacTask.java:255) | at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:229) | at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:292) | at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:176) | at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:64) | at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:50) ``` -- 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]
