We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02aa9f5 commit e0a677bCopy full SHA for e0a677b
build.gradle
@@ -433,7 +433,7 @@ tasks.idea.doLast {
433
ideaMarker.setText('', 'UTF-8')
434
}
435
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')
+ throw new GradleException('You must run `gradle idea` from the root of elasticsearch before importing into IntelliJ')
437
438
439
// eclipse configuration
0 commit comments