I think they are most likely related to local configuration, i would appreciate any help.
I'm trying to build locally your project, using make dev and get the following error messages:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:51 min (Wall Clock)
[INFO] Finished at: 2026-05-12T15:38:03+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project sandbox-functional-converter-core: Fatal error compiling: error: release version 21 not supported -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project sandbox-ast-api: Fatal error compiling: error: release version 21 not supported -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project sandbox_common_core: Fatal error compiling: error: release version 21 not supported -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project sandbox-jgit-storage-hibernate: Fatal error compiling: error: release version 21 not supported -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.2:compile (default-compile) on project sandbox_css_cleanup: Fatal error compiling: Cannot invoke "java.nio.file.FileSystem.getPath(String, String[])" because "this.fs" is null -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.2:compile (default-compile) on project sandbox_cleanup_application: Fatal error compiling: Cannot invoke "java.nio.file.FileSystem.getPath(String, String[])" because "this.fs" is null -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.2:compile (default-compile) on project sandbox_test_commons: Fatal error compiling: Cannot invoke "java.nio.file.FileSystem.getPath(String, String[])" because "this.fs" is null -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.2:compile (default-compile) on project sandbox_extra_search: Fatal error compiling: Cannot invoke "java.nio.file.FileSystem.getPath(String, String[])" because "this.fs" is null -> [Help 1]
[ERROR]
I'm using java 25.
gualandri:sandbox$ java --version
openjdk 25.0.2 2026-01-20
OpenJDK Runtime Environment (Red_Hat-25.0.2.0.10-3) (build 25.0.2+10)
OpenJDK 64-Bit Server VM (Red_Hat-25.0.2.0.10-3) (build 25.0.2+10, mixed mode, sharing)
And mvn:
gualandri:sandbox$ mvn --version
Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b)
Maven home: /home/gualandri/Tools/apache-maven-3.9.11
Java version: 25.0.2, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-25-openjdk
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.19.12-200.fc43.x86_64", arch: "amd64", family: "unix"
I think they are most likely related to local configuration, i would appreciate any help.
I'm trying to build locally your project, using
make devand get the following error messages:I'm using java 25.
And mvn: