From 6bd3322816c125f41a28a2009320be4c2cdacc01 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 31 Dec 2018 14:27:54 -0500 Subject: [PATCH] clarify what to run for gradle idea --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e067b8997805..655e6b54da12d 100644 --- a/build.gradle +++ b/build.gradle @@ -433,7 +433,7 @@ tasks.idea.doLast { ideaMarker.setText('', 'UTF-8') } if (System.getProperty('idea.active') != null && ideaMarker.exists() == false) { - throw new GradleException('You must run gradle idea from the root of elasticsearch before importing into IntelliJ') + throw new GradleException('You must run `gradle idea` from the root of elasticsearch before importing into IntelliJ') } // eclipse configuration