Answers for "<configuration> <source>1.8</source> <target>1.8</target> </configuration> for java 11"

4

properties java 8 maven in pom xml

<properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
</properties>
Posted by: Guest on March-17-2020

Code answers related to "<configuration> <source>1.8</source> <target>1.8</target> </configuration> for java 11"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language