Add support for Java 19 (original) (raw)
1.18.24:
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ soap-clients ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 345 source files to /builds/someproject/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] error: Error during the transformation of 'somepackage.SomeClass'; post-compiler 'lombok.bytecode.SneakyThrowsRemover' caused an exception: java.lang.IllegalArgumentException: Unsupported class file major version 63
[INFO] 1 error
I believe there should be just little changes to support new class file version 63.
Thanks.