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.
1 parent b604c4f commit 1f4af51Copy full SHA for 1f4af51
README.adoc
@@ -226,6 +226,10 @@ OpenGDS uses the build tool `Gradle`.
226
Gradle is shipped with this repository using the Gradle Wrapper.
227
This means you can simply run any Gradle task by running `./gradlew TASK` from the repository root.
228
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
233
Running tests::
234
To run all tests you can simply run `./gradlew check`
235
0 commit comments