aboutsummaryrefslogtreecommitdiff
path: root/COMPILING.md
diff options
context:
space:
mode:
authorRyan Michela <deltahat@gmail.com>2018-01-11 13:58:03 -0800
committerzpencer <spencerfang@google.com>2018-01-11 13:58:03 -0800
commit6990e57a42003a2bf1ef00f00a1c03c20c46d6be (patch)
tree0d52cf3be3f014cdbb3f63b9883945cee0018807 /COMPILING.md
parent0853f3563f5e84e3d771024e34f18352548bae4a (diff)
downloadgrpc-grpc-java-6990e57a42003a2bf1ef00f00a1c03c20c46d6be.tar.gz
COMPILING.md: Added note for IntelliJ building (#3958)
Diffstat (limited to 'COMPILING.md')
-rw-r--r--COMPILING.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/COMPILING.md b/COMPILING.md
index 0e4b5e668..f75023cde 100644
--- a/COMPILING.md
+++ b/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