Skip to content

Commit

Permalink
Removing old neos from dependencies fixes the problem
Browse files Browse the repository at this point in the history
versions.json build takes the candidate versions from there.

cp of d4f1965

Co-authored-by: Yuval Rotenberg <[email protected]>
  • Loading branch information
FlorentinD and yuvalr1neo committed Jan 2, 2024
1 parent 3091f39 commit 80ce005
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
ext {
neos = [
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.29'),
'5.1': properties.getOrDefault('neo4jVersion51', '5.1.0'),
'5.2': properties.getOrDefault('neo4jVersion52', '5.2.0'),
'5.3': properties.getOrDefault('neo4jVersion53', '5.3.0'),
'5.4': properties.getOrDefault('neo4jVersion54', '5.4.0'),
'5.5': properties.getOrDefault('neo4jVersion55', '5.5.0'),
'5.6': properties.getOrDefault('neo4jVersion56', '5.6.0'),
'5.7': properties.getOrDefault('neo4jVersion57', '5.7.0'),
'5.8': properties.getOrDefault('neo4jVersion58', '5.8.0'),
Expand Down

0 comments on commit 80ce005

Please sign in to comment.