We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd4dcee + 1f4af51 commit 1edbf6cCopy full SHA for 1edbf6c
README.adoc
@@ -225,6 +225,10 @@ OpenGDS uses the build tool `Gradle`.
225
Gradle is shipped with this repository using the Gradle Wrapper.
226
This means you can simply run any Gradle task by running `./gradlew TASK` from the repository root.
227
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
232
Running tests::
233
To run all tests you can simply run `./gradlew check`
234
0 commit comments