mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-27 02:49:17 +00:00
13 lines
438 B
Plaintext
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")
|
|
}
|