Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a tip about not having to worry about dependencies to be able to build Geode, especially Gradle.

...

$ ./gradlew build installDist 
Tip

The gradlew script downloads all dependencies needed to build Geode, including Gradle.

Start a locator and server:

...