You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anytime I try to build Quarkus with Java 20 (which is the JVM I used the most at the moment), I have:
[ERROR] Error executing a GradleEnterpriseListener callback
org.codehaus.groovy.GroovyBugError: BUG! exception in phase 'semantic analysis' in source unit '/Users/clement/Development/quarkus/quarkus/.mvn/gradle-enterprise-custom-user-data.groovy' Unsupported class file major version 64
at org.codehaus.groovy.control.CompilationUnit$ISourceUnitOperation.doPhaseOperation (CompilationUnit.java:905)
at org.codehaus.groovy.control.CompilationUnit.compile (CompilationUnit.java:627)
at groovy.lang.GroovyClassLoader.doParseClass (GroovyClassLoader.java:389)
at groovy.lang.GroovyClassLoader.lambda$parseClass$3 (GroovyClassLoader.java:332)
at org.codehaus.groovy.runtime.memoize.StampedCommonCache.compute (StampedCommonCache.java:163)
at org.codehaus.groovy.runtime.memoize.StampedCommonCache.getAndPut (StampedCommonCache.java:154)
at groovy.lang.GroovyClassLoader.parseClass (GroovyClassLoader.java:330)
at groovy.lang.GroovyShell.parseClass (GroovyShell.java:526)
at groovy.lang.GroovyShell.parse (GroovyShell.java:538)
It continues but it's ugly, and make looking at bug in the log cumbersome.
Expected behavior
it should either fail silently, or be removed.
Actual behavior
I print an ugly stack trace because it seems they cannot use java20...
How to Reproduce?
Try to build quarkus (not an application, quarkus itself) with java 20.
Output of uname -a or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Anytime I try to build Quarkus with Java 20 (which is the JVM I used the most at the moment), I have:
It continues but it's ugly, and make looking at bug in the log cumbersome.
Expected behavior
it should either fail silently, or be removed.
Actual behavior
I print an ugly stack trace because it seems they cannot use java20...
How to Reproduce?
Try to build quarkus (not an application, quarkus itself) with java 20.
Output of
uname -aorverNo response
Output of
java -versionNo response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --versionorgradlew --version)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: