Skip to content

Commit

Permalink
Merge pull request #18225 from geoand/idea-java11
Browse files Browse the repository at this point in the history
Add FAQ entry about IDEA and Java 11
  • Loading branch information
cescoffier authored Jun 29, 2021
2 parents 8bf5c58 + 4a3f1dd commit d9c7bdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@ This project is an open source project, please act responsibly, be nice, polite

See section `IDEA Setup` as there are different possible solutions described.

* IntelliJ does not recognize the project as a Java 11 project

In the Maven pane, uncheck the `include-jdk-misc` and `compile-java8-release-flag` profiles

* Build hangs with DevMojoIT running infinitely
```
./mvnw clean install
Expand Down

0 comments on commit d9c7bdc

Please sign in to comment.