Open rrdiber opened 2 years ago
Sorry, the gradlew version is:
------------------------------------------------------------
Gradle 6.5
------------------------------------------------------------
Build time: 2020-06-02 20:46:21 UTC
Revision: a27f41e4ae5e8a41ab9b19f8dd6d86d7b384dad4
Kotlin: 1.3.72
Groovy: 2.5.11
Ant: Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM: 11.0.16 (Azul Systems, Inc. 11.0.16+8-LTS)
OS: Windows 10 10.0 x86
This one is hurting me too. It seems to me that there are more platforms for which there are libraries than what this plugin supports. And since the maven/gradle classifiers are abused to differentiate between platforms, I cannot determine which libraries are actually used by grade during the build. Which means that I cannot even manually put the correct jars in the distribution. So I really depend on this plugin. Please make it support all available platforms.
See also this post on stack overflow.
There are a lot of options that this plugin does not support yet.
The fix is trivial. Adding the next line to the JavaFXPlatform enum fixes this for JavaFX versions 17 and higher:
WIN_x86_32("win-x86", "windows-x86_32"),
I made a copy of the plugin and put in the buildSrc dir of my own project. Needed to delete some stuff from the Gradle build file to get it working. But now it works with Windows on an Intel chip in 32 bits mode.
Hi, when I try to run gradle project in Windows 10 x86 I get this error:
PS. : When I use 0.0.8 plugin version it works.