Skip to content

Commit

Permalink
Add Neo4j 5.21 compatibility to OpenGDS
Browse files Browse the repository at this point in the history
  • Loading branch information
vnickolov committed Jul 11, 2024
1 parent febd310 commit 02c77c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ext {
project(':neo4j-kernel-adapter-5.18'),
project(':neo4j-kernel-adapter-5.19'),
project(':neo4j-kernel-adapter-5.20'),
project(':neo4j-kernel-adapter-5.21'),
]
]
}
Expand Down
3 changes: 3 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,6 @@ project(':neo4j-kernel-adapter-5.19').projectDir = file('compatibility/5.19/neo4

include('neo4j-kernel-adapter-5.20')
project(':neo4j-kernel-adapter-5.20').projectDir = file('compatibility/5.20/neo4j-kernel-adapter')

include('neo4j-kernel-adapter-5.21')
project(':neo4j-kernel-adapter-5.21').projectDir = file('compatibility/5.21/neo4j-kernel-adapter')

0 comments on commit 02c77c8

Please sign in to comment.