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

Commit ca1dd2a

Browse files
authored
Merge pull request #175 from pontusmelke/1.1-no-m2-dot-neo
Don't use m2.neo4j.org
2 parents 0903d49 + 8f8743e commit ca1dd2a

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)