Skip to content

Commit d5ebde5

Browse files
Add maven central to repositories (#2859)
Co-authored-by: Jeremy Wood <[email protected]>
1 parent 101ddae commit d5ebde5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ java.sourceCompatibility = JavaVersion.VERSION_11
1515

1616
repositories {
1717
mavenLocal()
18+
mavenCentral()
19+
1820
maven {
1921
url = uri('https://hub.spigotmc.org/nexus/content/repositories/snapshots/')
2022
}

0 commit comments

Comments
 (0)