Skip to content

Commit 1edbf6c

Browse files
authored
Merge pull request #6615 from FlorentinD/clarify-building-open-gds
Clarify how to build OpenGDS using different default JDKs
2 parents bd4dcee + 1f4af51 commit 1edbf6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ OpenGDS uses the build tool `Gradle`.
225225
Gradle is shipped with this repository using the Gradle Wrapper.
226226
This means you can simply run any Gradle task by running `./gradlew TASK` from the repository root.
227227

228+
By default we build against Neo4j version `4.4.x`, which is defined in `public/gradle/dependencies.gradle`.
229+
Therefore, you either select JDK 11 or if you want to run with JDK 17, you add `-Pneo4jVersion=5.1.0`.
230+
231+
228232
Running tests::
229233
To run all tests you can simply run `./gradlew check`
230234

0 commit comments

Comments
 (0)