>> 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/tmpg2vgm4fe/Helios/Helios-tmp/src/main/java/core/impl/LazySmpSearchWorkerImpl.java:147: error: ';' expected
        this.fallbackBestMove = 0
                                 ^
1 error

[Incubating] Problems report is available at: file:///tmp/tmpg2vgm4fe/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/tmpg2vgm4fe/Helios/Helios-tmp/src/main/java/core/impl/LazySmpSearchWorkerImpl.java:147: error: ';' expected
          this.fallbackBestMove = 0
                                   ^
  1 error

* Try:
> Check your code and dependencies to fix the compilation error(s)
> Run with --scan to get full insights.

BUILD FAILED in 2s
1 actionable task: 1 executed
make: *** [Makefile:16: build/libs/*-all.jar] Error 1