Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 8f8743e

Browse files
committed
Don't use m2.neo4j.org
1 parent 0903d49 commit 8f8743e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ allprojects {
2929

3030
repositories {
3131
jcenter()
32-
maven {
33-
url "http://m2.neo4j.org/content/repositories/snapshots"
34-
}
32+
mavenCentral()
3533
}
3634
}
3735

0 commit comments

Comments
 (0)