Skip to content

Commit

Permalink
Add 5.22 compatibility to openGds
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jul 25, 2024
1 parent d8cfa57 commit 56dbeb6
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 @@ -29,6 +29,7 @@ ext {
project(':neo4j-kernel-adapter-5.19'),
project(':neo4j-kernel-adapter-5.20'),
project(':neo4j-kernel-adapter-5.21'),
project(':neo4j-kernel-adapter-5.22'),
]
]
}
Expand Down
3 changes: 3 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,6 @@ project(':neo4j-kernel-adapter-5.20').projectDir = file('compatibility/5.20/neo4

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

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

0 comments on commit 56dbeb6

Please sign in to comment.