parent
617e294133
commit
21996f7690
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue