We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5fccc commit 01346e6Copy full SHA for 01346e6
build.gradle
@@ -437,7 +437,7 @@ tasks.idea.doLast {
437
ideaMarker.setText('', 'UTF-8')
438
}
439
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')
+ throw new GradleException('You must run `gradle idea` from the root of elasticsearch before importing into IntelliJ')
441
442
443
// eclipse configuration
0 commit comments