Matúš Olejník
Java 21 Support?
I found only this in logs
Nixpacks v1.21.0
setup │ jdk21, maven
I have tried Dockerfile too but I am so noob with that, that is why I am trying to not use Dockerfile (what if I miss something important etc.), but I am learning 😄
30 replies
Java 21 Support?
hello guys, sorry for asking again, but I have tried to set
"build": { "nixpacksVersion": "1.21.0"
in my railway.json, but my builds failing with errors [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project domain: Fatal error compiling: error: release version 21 not supported
ERROR: failed to solve: process "/bin/bash -ol pipefail -c mvn -DoutputFile=target/mvn-dependency-list.log -B -DskipTests clean dependency:list install" did not complete successfully: exit code: 1
Locally builds and everything is OK, should I just wait to official Railway Nixpacks update? 🙂30 replies