Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Geode is built with gradle. See Building and Running Geode from Source for BUILDING.md in the Geode repository for instructions on how to build from source.

Geode uses the standard gradle lifecycle. On Unix platforms, to build and run all tests:

./gradlew clean build 

Geode has quite a few tests, so this will take several hours. The tests are broken into the following categories

...

In order to build the project successfully in IntelliJ and run tests, it is recommended to  disable to enable → Preferences → Build, Execution, Deployment → Build Tools → Gradle → "Create separate module per source set". It is also recommended to enable "Use auto-import"