diff --git a/build.gradle b/build.gradle index 41a89df..6845470 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {