-
The current latest released Gradle is version 6.2.1 and does not work with OpenJDK 14 (EA)
Gradle 6.3 (which will use Groovy 2.5.10) is on the way and will fix the issue.
I updated my SupernautF…
-
I've been successfully building with Gradle running JDK15 and a JDK16 javaToolchain (in https://github.com/SupernautApp/SupernautFX, for example)
However, in another (unfortunately not Open Source)…
-
**module-info.java**
open module org.example.hellofx {
requires javafx.controls;
requires javafx.fxml;
requires org.beryx.runtime;
exports org.example.hellofx;
…
ghost updated
3 years ago
-
**Describe the bug**
RPM package introduced in #3279 is not installing on RedHat Enterprise 7.6. There are likely more distributions effected, which dropped support for [Zstd compression](https://en.…
-
The RPM package has been introduced in #3279
This issue only applies to the RPM generated by jpackage.
I propose to rid of the following, presumably unnecessary, RPM GUI dependencies:
- libX1…
-
First thanks for the great TornadoFX project ❤️
I use Ubuntu 20.04 and have OpenJDK 8, 11 and 14 installed.
My project uses:
- Gradle with Kotlin DSL build script
- Kotlin 1.4.21
- TornadoFX …
-
How to create an another version of javafx app ?
when I update my javafx app it comes like this
![Capture](https://user-images.githubusercontent.com/67687893/97795699-2cf91b00-1c01-11eb-8aad-c81…
ghost updated
3 years ago
-
My gradle build contains a `jar` task that produces a single executable jar that contains all the required dependencies.
When I try to set the `distDir` property to `File("$build/libs")` I get the…
-
For windows os. I use this code
if(currentOs.windows) {
installerOptions += ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut']
}
For l…
ghost updated
3 years ago
-
Now, thanks to @Tohaker we have a version which seems to works on Windows (I say seems because, it works on my two windows computer but often we find bugs when people use it on their own computer).
…