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 92ffc35 commit 8034586Copy full SHA for 8034586
build.gradle
@@ -154,7 +154,7 @@ ext {
154
// NB: due to version.json generation by parsing this file, the next line must not have any if/then/else logic
155
neo4jVersion = "5.25.1"
156
// instead we apply the override logic here
157
- neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion + "-SNAPSHOT"
+ neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
158
testContainersVersion = '1.20.2'
159
apacheArrowVersion = '15.0.0'
160
}
0 commit comments