>> building fat-jar with Gradle bash ./gradlew --no-daemon --console=plain fatJar To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.14/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. Daemon will be stopped at the end of the build > Task :compileJava FAILED /tmp/tmpvwjv1din/Helios/Helios-tmp/src/main/java/core/impl/LazySmpWorkerPoolImpl.java:95: error: nodes has private access in LazySmpSearchWorkerImpl void report(LazySmpSearchWorkerImpl w) { nodes.addAndGet(w.nodes); } ^ 1 error [Incubating] Problems report is available at: file:///tmp/tmpvwjv1din/Helios/Helios-tmp/build/reports/problems/problems-report.html FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Compilation failed; see the compiler output below. /tmp/tmpvwjv1din/Helios/Helios-tmp/src/main/java/core/impl/LazySmpWorkerPoolImpl.java:95: error: nodes has private access in LazySmpSearchWorkerImpl void report(LazySmpSearchWorkerImpl w) { nodes.addAndGet(w.nodes); } ^ 1 error * Try: > Check your code and dependencies to fix the compilation error(s) > Run with --scan to get full insights. BUILD FAILED in 3s 1 actionable task: 1 executed make: *** [Makefile:16: build/libs/*-all.jar] Error 1