>> 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/tmpioq_04xa/Helios/Helios-tmp/src/main/java/core/impl/TranspositionTableImpl.java:50: error: exception ReflectiveOperationException is never thrown in body of corresponding try statement } catch (ReflectiveOperationException e) { ^ 1 error [Incubating] Problems report is available at: file:///tmp/tmpioq_04xa/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/tmpioq_04xa/Helios/Helios-tmp/src/main/java/core/impl/TranspositionTableImpl.java:50: error: exception ReflectiveOperationException is never thrown in body of corresponding try statement } catch (ReflectiveOperationException e) { ^ 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