IntelliJ IDEA source value 1.5 is outdated and will be deleted in all future versions.

Source: Internet
Author: User

IntelliJ IDEA source value 1.5 is outdated and will be deleted in all future versions.

1. Modify the Settings. xml file of Maven and add the following content:

<Profile> <id> jdk-1.8 </id> <activation> <activeByDefault> true </activeByDefault> <jdk> 1.8 </jdk> </activation> <properties> <maven. compiler. source & gt; 1.8 </maven. compiler. source> <maven.compiler.tar get> 1.8 </maven.compiler.tar get> <maven. compiler. compilerVersion & gt; 1.8 </maven. compiler. compilerVersion> </properties> </profile>

2. Add the following in the pom. xml file of the project:

<Properties> <maven. compiler. source> 1.8 </maven. compiler. source> <maven.compiler.tar get> 1.8 </maven.compiler.tar get> </properties>

3. Open the project configuration and Set Modules's Language Level to "8"

Finally, press Ctrl + Alt + S to open the settings, search for "Java Compiler", and switch the jdk version of the default jdk and the current modual jdk version to 1.8.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.