You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess this is a release issue of version 17 however, your version links against openjfx 20.
I just updated a legacy tool that requires java 17. After switching to the latest tilefx dep it took me some time to discover why my app now enforces to use java 20.
No this is on purpose. With JavaFX you don’t need to use the 17 SDK for Java 17 but you can even use the latest available JavaFX SDK which comes with the benefit of better performance and less issues. The next version will use JavaFX 21.0.1.
I guess this is a release issue of version 17 however, your version links against openjfx 20.
I just updated a legacy tool that requires java 17. After switching to the latest
tilefx
dep it took me some time to discover why my app now enforces to use java 20.last correct version: https://mvnrepository.com/artifact/eu.hansolo/tilesfx/17.1.21
first corrupted version: https://mvnrepository.com/artifact/eu.hansolo/tilesfx/17.1.23
So this was done by mistake, right?
The text was updated successfully, but these errors were encountered: