fixes the build issues i think?

This commit is contained in:
Telesphoreo 2024-03-17 15:30:21 -05:00
parent 2b2f4f8d23
commit d2c2b9c549
2 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,7 @@ rootProject.name = "FastAsyncWorldEdit"
include("worldedit-libs") include("worldedit-libs")
listOf(/*"1_18_2", "1_19_4", "1_20", "1_20_2",*/ "1_20_4").forEach { listOf("1_18_2", "1_19_4", "1_20", "1_20_2", "1_20_4").forEach {
include("worldedit-bukkit:adapters:adapter-$it") include("worldedit-bukkit:adapters:adapter-$it")
} }
@ -16,8 +16,8 @@ dependencyResolutionManagement {
repositories { repositories {
mavenCentral() mavenCentral()
maven { maven {
name = "EngineHub" name = "FabricMC"
url = uri("https://maven.enginehub.org/repo/") url = uri("https://maven.fabricmc.net/")
} }
} }
} }

View File

@ -18,7 +18,11 @@ repositories {
} }
maven { maven {
name = "EngineHub" name = "EngineHub"
url = uri("https://maven.enginehub.org/repo/") url = uri("https://maven.enginehub.com/repo/")
}
maven {
name = "FabricMC"
url = uri("https://maven.fabricmc.net/")
} }
maven { maven {
name = "JitPack" name = "JitPack"