-
[this code](https://github.com/beryx/badass-runtime-plugin/blob/master/src/main/groovy/org/beryx/runtime/impl/JPackageTaskImpl.groovy#L87)
```
List getPackageTypes() {
def jpd = td.jpa…
Parth updated
5 years ago
-
Laut Recherche von Max und Christian gibt es Probleme bei der Zusammenstellung eines Installers.
-
I'm just trying to get a simple application up and running from an actual build. I thought the project here might provide a working example, but it turns out that it builds a non-working distribution.…
-
Windows and its short command-line lengths strikes again. Running the jpackage task on Windows, I get the following error:
```
java.io.IOException: Cannot access file with path exceeding 32000 cha…
-
With the current version of the plugin, the jars produced in the (jlinkjars directory) for the base module and the merged module and named after the module names (moduleName/merged ModuleName settings…
-
From Greg Dennis:
Hi guys,
The suggestion on rankedchoicevoting.org to use JDK 11 doesn't seem to work:
> java -jar rcv_20190302.jar
Error: Could not find or load main class com.rcv.Main
Ca…
-
`Annotation::getVisibleRows` call internal JavaFX methods. These methods are hidden in Java 9+, so this code won't compile past Java 8. I have a partial solution in TableViewExt but it seems to cause …
-
When you have non-modular dependencies and you use automatic module to include then in your module descriptor, that works fine for running your app or even using the jlink plugin to create a custom im…
-
There seems to be some version-issue with the constructor of JStaticJavaFile in line 403 of com.kscs.util.plugins.xjc.PluginContext.java when using the "org.unbroken-dome.xjc" plugin in a Gradle Kotl…
-
**Describe the bug**
When Manifold has been added as a dependency and annotation processor to a Gradle 5.4 project, even without any code importing Manifold, there is an error initializing Manifold a…