Scott Palmer
Scott Palmer
Running with Gradle 5.1.1 several warnings like the following appear when applying the plugin: Unnecessarily replacing a task that does not exist has been deprecated. This is scheduled to be...
When I set ``` jfx { bundler = 'image' } ``` I get: ``` * What went wrong: Execution failed for task ':MyProject:jfxNative'. > No bundler found for given name...
To be clear, I have successfully used this plugin with Java 9, but the support is incomplete because of new options related to modularization. In Java 9 the javapackager tool...
When running all of the bundlers on Mac there doesn't appear to be a way to specify different backgrounds for a Mac Disk Image and a Mac Installer Package, but...
I'm migrating from Danno's javafx plugin and one of the features I miss is that .ico and .icns files for Windows and Mac would be generated from supplied images (e.g....
## Expected Behavior Scrolling should be smooth. ## Actual Behavior Scrolling is smooth when not using a VirtualizedScrollPane, but isn't accessible outside of mouse wheel and trackpad gestures, and doesn't...
## Expected Behavior Scroll bars for my CodeArea ## Actual Behavior ``` Exception in Application start method java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:464) at...
## Expected Behavior The entire line should scroll as a single unit. Like the top panel in the example case provided. ## Actual Behavior The rounding of positions of nodes...
:Installer:release FAILED Release process failed, reverting back any changes made by Release Plugin. Running [hg, revert, gradle.properties] produced an error: [no changes needed to gradle.properties] Release process failed, reverting back...
It should be trivial to configure the working directory to use when running your code. It should be possible to set this as a Gradle project property, much like the...