Move the dependency down

This commit is contained in:
zontreck 2025-03-20 12:33:16 -07:00
parent 6aef852bf4
commit 1981ef4276

View file

@ -49,7 +49,6 @@ repositories {
includeModule("io.papermc.paper", "paper-api")
includeModule("io.papermc", "paperlib")
includeModule("net.md-5", "bungeecord-chat")
includeModule("org.bukkit", "bukkit")
}
}
@ -67,7 +66,6 @@ repositories {
dependencies {
compileOnly "com.github.MilkBowl:VaultAPI:1.7"
compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.2'
implementation 'io.papermc:paperlib:1.0.8'
@ -76,6 +74,7 @@ dependencies {
testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.0'
compileOnly "com.github.MilkBowl:VaultAPI:1.7"
}
test {