July 07, 2020

Maven : Changing the Version of Java in pom.xml file

Changing the Version of Java


If you wish to change the Java version, you can include a java.version property to pom.xml.

<properties>
    <java.version>1.8</java.version>
</properties>



No comments:

Post a Comment

Your feedback may help others !!!

Facebook comments