COMPILING.md: Added note for IntelliJ building (#3958)

This commit is contained in:
Ryan Michela 2018-01-11 13:58:03 -08:00 committed by zpencer
parent 0853f3563f
commit 6990e57a42
1 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,16 @@ project, run:
$ ./gradlew install $ ./gradlew install
``` ```
### Notes for IntelliJ
Building in IntelliJ works best when you import the project as a Gradle project and delegate IDE
build/run actions to Gradle.
You can find this setting at:
```Settings -> Build, Execution, Deployment
-> Build Tools -> Gradle -> Runner
-> Delegate IDE build/run actions to gradle.
```
How to Build Code Generation Plugin How to Build Code Generation Plugin
----------------------------------- -----------------------------------
This section is only necessary if you are making changes to the code This section is only necessary if you are making changes to the code