gluonfx-gradle-plugin
gluonfx-gradle-plugin copied to clipboard
Windows support?
The plugin is announced to work for Linux and Mac OS, but what about Windows? Being the number 1 desktop OS, having the plugin support it seems quite important.
They starts mostly with Linux and Mac OS and later on Windows the same thing happened with Graalvm , although Javafx jargon (client application platform for desktop) and Windows Being the number 1 desktop OS is the last????. Any way check this : https://github.com/oracle/graal/issues/403#issuecomment-504784117
https://github.com/oracle/graal/issues/403 tracks the progress of this. Since the approaches taken by GraalVM for the different platforms are very similar (JNI-based), it will be relative easy to have JavaFX 11+ support on Windows once there is Java 11+ support for Windows. Rather than doing windows-specific work now, it is much more future-proof and easier to maintain to make sure the foundations are aligned.
I will update this issue when there is an update.