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.
  • Loading branch information
yuvalr1neo committed Nov 29, 2023
1 parent fd76328 commit c8c42ca
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.28'),
'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 c8c42ca

Please sign in to comment.