I decided to install an RPM distro on actual hardw...
# compose-desktop
a
I decided to install an RPM distro on actual hardware to try to build an rpm package and I am getting the same error as the message I sent above, empty error log file.
Copy code
> Task :createRuntimeImage FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':createRuntimeImage'.
> External tool execution failed:
  * Command: [/usr/java/jdk-17.0.1/bin/jlink, @/mnt/c/Users/Aaron/Documents/GitHub/riskrieg/map-editor/build/compose/tmp/createRuntimeImage.args.txt]
  * Working dir: []
  * Exit code: 1
  * Standard output log: /mnt/c/Users/Aaron/Documents/GitHub/riskrieg/map-editor/build/compose/logs/createRuntimeImage/jlink-2021-11-21-07-10-46-out.txt
  * Error log: /mnt/c/Users/Aaron/Documents/GitHub/riskrieg/map-editor/build/compose/logs/createRuntimeImage/jlink-2021-11-21-07-10-46-err.txt
There's the error again. I've attached the stacktrace here as well. This is on openSUSE with WSL2 but the exact same error happens on actual hardware using RHEL 8.
Also, I don't know if it matters too much, but in case my project is misconfigured somehow and I just don't know it, you can see the repository here: https://github.riskrieg.com/map-editor