You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/07/17 21:22:26 UTC

[beam-site] 01/03: Minor tweak to Intellij instructions.

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 037db5246e37a018aa002e0dba39ad489b5db868
Author: Thomas Weise <tw...@lyft.com>
AuthorDate: Thu Jul 12 16:28:02 2018 -0700

    Minor tweak to Intellij instructions.
---
 src/contribute/intellij.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/contribute/intellij.md b/src/contribute/intellij.md
index 51c271a..2579518 100644
--- a/src/contribute/intellij.md
+++ b/src/contribute/intellij.md
@@ -41,8 +41,8 @@ limitations under the License.
        * Create separate module per source set
        * Store generated project files externally
        * Use default gradle wrapper
-4. Delegate build actions to Gradle by going to Settings > Build, Execution,
-   Deployment > Build Tools > Gradle and checking "Delegate IDE build/run
+4. Delegate build actions to Gradle by going to Preferences > Build, Execution,
+   Deployment > Build Tools > Gradle > Runner and checking "Delegate IDE build/run
    actions to gradle".
 
 This should result in a working Gradle project. Build the project by executing