mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-19 15:09:24 +00:00
Change Repo
This commit is contained in:
@@ -2,13 +2,15 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven("https://repo.nexomc.com/snapshots/")
|
maven("https://repo.nexomc.com/snapshots/")
|
||||||
maven("https://repo.papermc.io/repository/maven-public/")
|
maven("https://repo.papermc.io/repository/maven-public/")
|
||||||
|
maven("https://repo.momirealms.net/releases/")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":api"))
|
compileOnly(project(":api"))
|
||||||
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
|
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
|
||||||
compileOnly("com.nexomc:nexo:0.5.0-dev.8")
|
compileOnly("com.nexomc:nexo:0.5.0-dev.8")
|
||||||
compileOnly(files("libs/CraftEngine-0.0.11.jar"))
|
compileOnly("net.momirealms:craft-engine-core:0.0.12")
|
||||||
|
compileOnly("net.momirealms:craft-engine-bukkit:0.0.12")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<JavaCompile> {
|
tasks.withType<JavaCompile> {
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user