Closed Joan-Lara-Miquel closed 2 years ago
Thank you for reporting this!
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?