Deploy fail
alanpernTRIAL
a year ago
When trying to deploy my app on railway.app, I get this error message:
"56.67 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project camping: Fatal error compiling: error: release version 20 not supported -> [Help 1]".
Why is my app working fine on local server?
Thank you!
2 Replies
jittertedHOBBY
a year ago
alanpernTRIAL
a year ago
Thank you! I finally found a work around by not specifying the Maven version and downgrading to 17 in my pom.xml. I know it might not be the best solution, but it's for a class project only and will do the job for now :-)