9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-27 02:49:17 +00:00
Files
Custom-Fishing/bukkit-loader/build.gradle.kts
2024-05-27 22:45:43 +08:00

13 lines
438 B
Plaintext

repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
}
dependencies {
implementation(project(":core"))
implementation(project(":common"))
implementation(project(":compatibility"))
implementation(project(":api"))
compileOnly("org.spigotmc:spigot-api:${rootProject.properties["paper_version"]}-R0.1-SNAPSHOT")
}