Skip to content

Commit

Permalink
Add FAQ entry about IDEA and Java 11
Browse files Browse the repository at this point in the history
This has come up a few times, so best have an entry to point people to
  • Loading branch information
geoand committed Jun 29, 2021
1 parent 8bf5c58 commit 4a3f1dd
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 4a3f1dd

Please sign in to comment.