This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
- Run all maven commands under this repository folder
- Import this repository folder as an existing project in IntelliJ
- Configure the Language level (under Project Structure -> Modules -> Sources) to 8
- Set workspace to the parent folder of this repository
- Import this repository folder as an existing Maven project in Eclipse
- Configure the project Java compiler compliance level to 1.8
- Set the JRE libraries to JRE 1.8
- "Ignore optional compiler problems" in "Java Build Path" for "target/generated-sources/**/*.java"