-
Hello, I created a one very simple word counter application with tornado fx. I fallowed the instructions on setting up section in the online guide. But my jar file is giving an error. What should I do…
-
I encounter some sort of reflection issue when I am using plugin 2.x version, I can't find a way to configure in gradle in order to force GraalVM to prepare reflection correctly. How can we do that in…
-
Setup gradle for snapshot builds and native distribution builds.
Most work for this is already complete now by utilizing the application plugin through gradle. Distribution builds are created using t…
-
Maybe this is not an actual issue, but here are the steps I followed.
I'm using IntelliJ, JDK14, Gradle 6.4.
I took your sample, which compiled and ran fine, and added another folder `mm` with a co…
-
The README should be updated with more information.
Problems I encounted when trying this plugin out with my JavaFX application.
1.
Execution failed for task ':nativeRunAgent'.
> GraalVM insta…
-
On MacOS both jxfRun and the installed application work fine.
Using:
Java 1.8.0_171
javafx-gradle-plugin:8.8.2
What can it be?
How can I debug it?
-
I downloaded the github repository and ran build.sh. At first, I got the following error message:
` Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven …
-
I installed the Idea plugin, created a new "tornadofx-gradle-project", named it TestNew, and attempted to run it with no edits.
Firstly, `gradle tasks` failed with "Could not initialize class org.jet…
-
### Current Behavior
Adding a modular jar as a dependency via
```groovy
implementation files("lib/my.jar")
```
does not put the module on the module path in Eclipse, but does in Gradle.
### Expe…
-
It seems platform is currently detected here: https://github.com/openjfx/javafx-gradle-plugin/blob/master/src/main/java/org/openjfx/gradle/JavaFXOptions.java#L60
Is setting this / overriding this c…