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
I get the following error when running the compile and compileTests goals:
[ERROR] Failed to execute goal org.codehaus.gmavenplus:gmavenplus-plugin:2.0.0:compileTests (default) on project foo: Execution default of goal org.codehaus.gmavenplus:gmavenplus-plugin:2.0.0:compileTests failed: Unrecognized target bytecode: '19'. This check can be skipped with 'skipBytecodeCheck', but this may result in a different target bytecode being used.
This will be in the next release, which I'll aim to do this week. In the meantime, you can temporarily skip the bytecode check to suppress this failure. Just be aware this requires Groovy >= 4.0.2 to use bytecode 19.
Hi,
once updating my spring boot project to Java 19, via some properties:
I get the following error when running the
compile
andcompileTests
goals:[ERROR] Failed to execute goal org.codehaus.gmavenplus:gmavenplus-plugin:2.0.0:compileTests (default) on project foo: Execution default of goal org.codehaus.gmavenplus:gmavenplus-plugin:2.0.0:compileTests failed: Unrecognized target bytecode: '19'. This check can be skipped with 'skipBytecodeCheck', but this may result in a different target bytecode being used.
This is my plugin setup:
Can 19 be added to the bytecode verifications?
The text was updated successfully, but these errors were encountered: