Skip to content

Commit c04612c

Browse files
Replace mavenLocal() with mavenCentral() in build.gradle.kts and removed extra newline in settings.gradle.kts.
1 parent 233a0ce commit c04612c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "2.15"
88
description = "VaultUnlockedAPI"
99

1010
repositories {
11-
mavenLocal()
11+
mavenCentral()
1212
maven {
1313
name = "Spigot"
1414
url = uri("https://hub.spigotmc.org/nexus/content/groups/public/")

settings.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ rootProject.name = "VaultUnlockedAPI"
22

33
plugins {
44
id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0")
5-
}
6-
5+
}

0 commit comments

Comments
 (0)