Hendrik Schick
Hendrik Schick
i didnt found the mentioned annotation "@SuppressFBWarnings("EQ_UNUSUAL")" in the code. This issue might be closable.
i'm working on this
thanks a lot for your in-depth feedback! that helps a lot. I will work on your feedback and suggestions.
it does build on my machine 🤔
it appears to not matter at which position the --needed is it can even be after both git and base-devel. but to make it clearer it put git after the...
can you have a look please @scordio, thank you. I tried to be as close as possible to `toRealPath`-Method with `toAbsolutePath().normalize()`, while the later will still work without the file...
Adding `--add-opens=java.base/java.util=ALL-UNNAMED` to the mavenOpts prevents the error. Not a fix, but it's a workaround. Java-11 does not need it, but at least Java-17 needs the mavenOpts. Workaround tested with...
i'm working on this..