Use the wrapper
This commit is contained in:
Alpar Torok 2019-01-07 14:06:06 +02:00
parent 617e294133
commit 21996f7690
1 changed files with 1 additions and 1 deletions

View File

@ -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