Merge branch 'ignore_fix'

This commit is contained in:
2025-03-21 20:35:06 +01:00
12 changed files with 41 additions and 26 deletions
+4 -3
View File
@@ -3,9 +3,10 @@ plugins {
}
dependencies {
compileOnly("com.alttd:Galaxy-API:1.21-R0.1-SNAPSHOT") {
// compileOnly("com.alttd:Galaxy-API:1.21-R0.1-SNAPSHOT") {
// exclude("net.kyori")
}
// }
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
compileOnly("org.spongepowered:configurate-yaml:4.1.2") // Configurate
compileOnly("net.luckperms:api:5.3") // Luckperms
}
@@ -24,4 +25,4 @@ publishing {
credentials(PasswordCredentials::class)
}
}
}
}