Skip to content

Commit e20848a

Browse files
committed
[NOID] Fix broken build
1 parent b58a3dc commit e20848a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ downloadLicenses {
3636

3737
allprojects {
3838
group = 'org.neo4j.procedure'
39+
version = '4.4.0.29'
3940
base {
4041
archivesName = 'apoc'
4142
}

extra-dependencies/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ configure(subprojects) {
1515

1616
subprojects {
1717
group = 'org.neo4j.contrib'
18+
version = '4.4.0.29'
1819
}
1920

2021
task copyJars(type: Copy) {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
org.gradle.jvmargs=-Xmx5G -XX:MaxMetaspaceSize=256m
2-
version=4.4.0.29 # Bumping version? Don't forget to change readme.adoc and antora.yml

0 commit comments

Comments
 (0)