openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
361 stars 62 forks source link

How to specify the JavaFX library for downloading MacOS M1 version #118

Closed GGXBoo closed 2 years ago

GGXBoo commented 2 years ago

I found that I am downloading the x64 version of the JavaFX library. My configuration:

javafx {
  version="17.0.1"
  modules=['javafx.controls','javafx.graphics']
}
abhinayagarwal commented 2 years ago

This needs an enhancement to the existing plugin.

abhinayagarwal commented 2 years ago

It turns out this was already integrated as a part of https://github.com/openjfx/javafx-gradle-plugin/pull/113 and will be available in the next release.

abhinayagarwal commented 2 years ago

v0.0.11 is now available with M1 support