#Isues with compiling maven project
1 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @ivory zephyr! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
I think we need more details.
this is just a warning, it shouldn't keep you to run project. This can be happen for a lot of reason. To fix that you can try to update plugin version or maybe you should specify java version for plugin like this <configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>