>> 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/tmpg8dcrxuv/Helios/Helios-tmp/src/main/java/core/impl/LazySmpSearchWorkerImpl.java:197: error: local variables referenced from a lambda expression must be final or effectively final
                Arrays.sort(moveIndices, Comparator.comparingInt(i -> -currentScores[i]));
                                                                       ^
1 error

[Incubating] Problems report is available at: file:///tmp/tmpg8dcrxuv/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/tmpg8dcrxuv/Helios/Helios-tmp/src/main/java/core/impl/LazySmpSearchWorkerImpl.java:197: error: local variables referenced from a lambda expression must be final or effectively final
                  Arrays.sort(moveIndices, Comparator.comparingInt(i -> -currentScores[i]));
                                                                         ^
  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