Remove incorrect info from contributing doc (#353)

This commit is contained in:
Trask Stalnaker 2020-04-28 14:25:47 -07:00 committed by GitHub
parent 3c4a6b545c
commit 18c22fd8fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ Other source files (Groovy, Scala, etc) should ideally be formatted by Intellij
### Intellij IDEA
Compiler settings:
* OpenJDK 11 must be installed to build the entire project. Under `SDKs` it must have the name `11`.
* Under `Build, Execution, Deployment > Compiler > Java Compiler` disable `Use '--release' option for cross-compilation`
Required plugins:
* [Lombok](https://plugins.jetbrains.com/plugin/6317-lombok-plugin)