stefano
02/14/2024, 11:18 AMMath.ceilDiv
which was introduced in Java 18. In the Intellij project I have Java 21 configured and everything works fine. But if I run Gradle from a shell then I get an unresolved reference compilation error. I'm using SDKMAN and it configures automatically Java 21 once I enter the directory. I have also set sourceCompatibility
, targetCompatibility
and jvmTarget
to Java 21 in the build file. Any hint on what's missing would be greatly appreciated, thanksstefano
02/14/2024, 11:24 AMhho
02/14/2024, 1:58 PM