Skip to content

Commit 1f4af51

Browse files
committed
Clarify how to build OpenGDS using different default JDKs
1 parent b604c4f commit 1f4af51

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
@@ -226,6 +226,10 @@ OpenGDS uses the build tool `Gradle`.
226226
Gradle is shipped with this repository using the Gradle Wrapper.
227227
This means you can simply run any Gradle task by running `./gradlew TASK` from the repository root.
228228

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

0 commit comments

Comments
 (0)