mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
fixes the build issues i think?
This commit is contained in:
parent
2b2f4f8d23
commit
d2c2b9c549
@ -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/")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user