maven and Java incompatible version
Can I get help here https://stackoverflow.com/questions/76026476/fatal-error-compiling-error-release-version-19-not-supported-help-1
Stack Overflow
Fatal error compiling: error: release version 19 not supported -> [...
Trying to run docker build and got the following error. The maven and java version is the same so I'm not sure what went wrong here.
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-
3 Replies
⌛
This post has been reserved for your question.
Hey @Reformed! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
What about only setting
<release>
and skipping <target>
or just use <java.version>
and neither target nor release as mentioned in the comments💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one.