Unable to run elasticsearch code as ./gradlew :run stalled (Newbie contributor)

Hi,
I am trying to contribute to elasticsearch for the first time.
After following instructions from CONTRIBUTING.md,

Here's what's done:

  1. JAVA_HOME is set to JDK 14
  2. The project is imported in Intellij 2020.1
  3. Docker is not set up yet
  4. Ran the command ./gradlew :run

However, the output logs stalls at line:
[INFO ][o.e.x.i.a.TransportPutLifecycleAction] [runTask-0] adding index lifecycle policy [ml-size-based-ilm-policy]

Here is the log file:

Additional information:
Gradle Version: 6.4.1
OS Info : Mac OS X 10.14.6 (x86_64)
JDK Version: 14 (Oracle JDK)
JAVA_HOME : /Library/Java/JavaVirtualMachines/jdk-14.jdk/Contents/Home
Random Testing Seed: A339F561FEBB215C
In FIPS 140 mode: false

Can someone please point out if I am missing something?

Turns out when its stalled here:
[INFO ][o.e.x.i.a.TransportPutLifecycleAction] [runTask-0] adding index lifecycle policy [ml-size-based-ilm-policy]

The elasticsearch server is actually running.
At this point, you should run curl -u elastic:password localhost:9200

It should be fixed soon in contrubuting.md:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.