Skip to content

Commit 1fc76a4

Browse files
authored
Merge pull request #4 from GiganticMinecraft/ci/fix-shadowJar-build-error
build: Add `mavenCentral()`
2 parents 4c67b7c + 0ec92ab commit 1fc76a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ version = "v2.5-gigantic"
1313

1414
repositories {
1515
mavenLocal()
16+
mavenCentral()
1617
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/") {
1718
name = "spigot-repo"
1819
}

0 commit comments

Comments
 (0)