Skip to content

Commit e0a677b

Browse files
jsorefjavanna
authored andcommitted
Clarify what to run for gradle idea (#37058)
1 parent 02aa9f5 commit e0a677b

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
@@ -433,7 +433,7 @@ tasks.idea.doLast {
433433
ideaMarker.setText('', 'UTF-8')
434434
}
435435
if (System.getProperty('idea.active') != null && ideaMarker.exists() == false) {
436-
throw new GradleException('You must run gradle idea from the root of elasticsearch before importing into IntelliJ')
436+
throw new GradleException('You must run `gradle idea` from the root of elasticsearch before importing into IntelliJ')
437437
}
438438

439439
// eclipse configuration

0 commit comments

Comments
 (0)