Closed danielpeintner closed 3 years ago
I have the same issue and submitted #81. Its an issue with support for JDK 16 seems like so both suggestModules
and additive=true
are broken. My workaround until it is fixed is to:
suggestModules
runtime {
addModules("java.compiler", "javafx.base", ... everything it tells you)
}
additive = true
if you are using itFixed in 1.12.3.
Hi,
I am running Gradle 7.0-rc-2 and the latest id 'org.beryx.runtime' version '1.12.2'. Java(FX) version 16.
When running jpackage task I get
Seems to be related to https://github.com/beryx/badass-jlink-plugin/issues/176#issuecomment-804767254 ?