Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to change java version in pom.xml

<properties>    <maven.compiler.target>1.8</maven.compiler.target>    <maven.compiler.source>1.8</maven.compiler.source></properties>
Source by www.baeldung.com #
 
PREVIOUS NEXT
Tagged: #change #java #version
ADD COMMENT
Topic
Name
5+3 =