Answers for "[ERROR] Source option 6 is no longer supported. Use 7 or later. [ERROR] Target option 6 is no longer supported. Use 7 or later"

4

Source option 5 is no longer supported. Use 7 or later

<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 "[ERROR] Source option 6 is no longer supported. Use 7 or later. [ERROR] Target option 6 is no longer supported. Use 7 or later"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language