Skip to content

Commit

Permalink
[NOID] Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
loveleif committed May 17, 2024
1 parent b58a3dc commit e20848a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = '4.4.0.29'
base {
archivesName = 'apoc'
}
Expand Down
1 change: 1 addition & 0 deletions extra-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ configure(subprojects) {

subprojects {
group = 'org.neo4j.contrib'
version = '4.4.0.29'
}

task copyJars(type: Copy) {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
org.gradle.jvmargs=-Xmx5G -XX:MaxMetaspaceSize=256m
version=4.4.0.29 # Bumping version? Don't forget to change readme.adoc and antora.yml

0 comments on commit e20848a

Please sign in to comment.