Native Bundles
For creating so-called “native bundles”, that is, self-contained applications which co-bundles the JRE, use this setting:
Default: all
javaFxNativeBundles := bundleString
bundleString is one of:
all- create all native bundles available on build platformdeb- Debian installer file (Linux only)dmg- MacOS X disk image (MacOS X only)exe- Windows stand-alone installer (Windows only)image- to produce a basic packagemsi- Windows “installer database” file (Windows only)none- Don’t make native bundle (default)rpm- Redhat Package Manager file (Linux only)
See the Oracle JavaFX packaging documentation for possible values and further information.
Package `dmg`
Currently there is an bug in Java Version 8u162, 9 and 10, so that no dmg can be built. See on stackoverflow.com and Bugdatabase Oracle
1.5.2