From 6990e57a42003a2bf1ef00f00a1c03c20c46d6be Mon Sep 17 00:00:00 2001 From: Ryan Michela Date: Thu, 11 Jan 2018 13:58:03 -0800 Subject: [PATCH] COMPILING.md: Added note for IntelliJ building (#3958) --- COMPILING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/COMPILING.md b/COMPILING.md index 0e4b5e668d..f75023cde2 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