Skip to content

Commit 01346e6

Browse files
jsorefjavanna
authored andcommitted
Clarify what to run for gradle idea (#37058)
1 parent aa5fccc commit 01346e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ tasks.idea.doLast {
437437
ideaMarker.setText('', 'UTF-8')
438438
}
439439
if (System.getProperty('idea.active') != null && ideaMarker.exists() == false) {
440-
throw new GradleException('You must run gradle idea from the root of elasticsearch before importing into IntelliJ')
440+
throw new GradleException('You must run `gradle idea` from the root of elasticsearch before importing into IntelliJ')
441441
}
442442

443443
// eclipse configuration

0 commit comments

Comments
 (0)