#you can do that. if you encounter any

1 messages · Page 1 of 1 (latest)

lone harness
#

Hi! When setting the whole project SDK to Java 21, the core/non-nms module (first module it attempts) fails with this Maven error: "Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'"

#

Okay I fixed that by upgrading Lombok to 1.18.30. Now I get "Unsupported class file major version 65", even though the whole project is set to SDK 21

clever forge
#

If so, upgrade lombok to 1.18.32

clever forge
lone harness
#

Fixed it!

#

Turns out I was using an ancient version of SpecialSource as well, which obviously couldn't read Java 21

#

Thanks so much for helping! Will credit you in the Spigot post I made about this:)

clever forge
clever forge
#

also on macOS btw haha. outdated lombok, outdated java-compiler-plugin, and outdated specialsource plugin lmao

lone harness
#

Yess haha it was soo annoying as updating one thing kept breaking another

#

Thanks!