Closed ogarcia closed 7 months ago
I am not sure if this is possible. According to the Gradle Compatibility Matrix there is no Gradle version available that runs on Java 22 (if I do not misinterpret the matrix).
@jpstotz yes, it is clear that it is not yet compatible :cry: :
A Java version between 8 and 21 is required to execute Gradle. Java 22 and later versions are not yet supported.
There is not much to do as long as Gradle cannot be used with Java 22. I don't know if you want to close this issue or keep it open for the future.
There is not much to do as long as Gradle cannot be used with Java 22. I don't know if you want to close this issue or keep it open for the future.
Well, this is a general problem of Gradle and the only thing that has to change to make it work is that a new Gradle version is released that is fully compatible with Java 22.
For KSE there is nothing to do here, therefore I will close this issue.
But thank you for bringing our attention to this problem! It's always better to know if something is not working.
I have updated the included Gradle wrapper from 8.5 to 8.7 just to make sure that there are incompatibilities in the build script.
But thank you for bringing our attention to this problem! It's always better to know if something is not working.
Yes, thanks to this we have discovered a minor problem in the packaging (which is already solved) of Gradle on Arch Linux.
Thank you all very much.
This is more a wish than a bug, it would simply be that it could be compiled and executed with Java 22 (is the default version that Arch Linux installs right now). Currently if you try to compile it with Java 22 it gives the following error.