-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade ASM to support Java 13 #2015
Comments
Wonder if it's the asm tool. If you explicitly specify a main class in your pom.xml, does it work? Can you also provide a more detailed error message. Use |
I was able to reproduce and it's due to ASM:
@TapaniRundgren the build will succeed if you explicitly specify the |
perhaps we can update asm for java 13/14 - https://asm.ow2.io/versions.html maybe just 13... 14 support is in a beta release. |
@TapaniRundgren We've released 1.7.0, which now infers the main class correctly for Java 13/14 projects. |
OS: Windows 10 (1903)
Maven: 3.6.2
Java: 13
JIB: 1.6.1
[ERROR] Failed to execute goal com.google.cloud.tools:jib-maven-plugin:1.6.1:dockerBuild (default-cli) on project user: Execution default-cli of goal com.google.cloud.tools:jib-maven-plugin:1.6.1:dockerBuild failed: Unsupported class file major version 57
The text was updated successfully, but these errors were encountered: