From 21996f76908f6247cbbe1eb75302de39723bfc44 Mon Sep 17 00:00:00 2001 From: Alpar Torok Date: Mon, 7 Jan 2019 14:06:06 +0200 Subject: [PATCH] Expand on #37058 Use the wrapper --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 83ef4675f00..439bd32727d 100644 --- a/build.gradle +++ b/build.gradle @@ -429,7 +429,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 `./gradlew idea` from the root of elasticsearch before importing into IntelliJ') } // eclipse configuration