mirror of https://github.com/grpc/grpc-java.git
COMPILING.md: Added note for IntelliJ building (#3958)
This commit is contained in:
parent
0853f3563f
commit
6990e57a42
10
COMPILING.md
10
COMPILING.md
|
@ -21,6 +21,16 @@ project, run:
|
|||
$ ./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
|
||||
-----------------------------------
|
||||
This section is only necessary if you are making changes to the code
|
||||
|
|
Loading…
Reference in New Issue