Skip to content

Commit

Permalink
Publish 5.13 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaderberg committed Oct 23, 2023
1 parent 648cf53 commit f97478e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ project(':neo4j-kernel-adapter-5.11').projectDir = file('compatibility/5.11/neo4
include('neo4j-kernel-adapter-5.12')
project(':neo4j-kernel-adapter-5.12').projectDir = file('compatibility/5.12/neo4j-kernel-adapter')

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

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

Expand Down Expand Up @@ -271,6 +274,9 @@ project(':storage-engine-adapter-5.11').projectDir = file('compatibility/5.11/st
include('storage-engine-adapter-5.12')
project(':storage-engine-adapter-5.12').projectDir = file('compatibility/5.12/storage-engine-adapter')

include('storage-engine-adapter-5.13')
project(':storage-engine-adapter-5.13').projectDir = file('compatibility/5.13/storage-engine-adapter')

include('storage-engine-adapter-api')
project(':storage-engine-adapter-api').projectDir = file('compatibility/api/storage-engine-adapter')

Expand Down

0 comments on commit f97478e

Please sign in to comment.