transition to paper plugin
All checks were successful
Build / build (push) Successful in 3m22s

This commit is contained in:
unurled 2024-07-03 18:44:00 +02:00
parent ce0ffdbdfc
commit 7816bbe384
19 changed files with 417 additions and 525 deletions

View file

@ -29,8 +29,7 @@ dependencies {
implementation("redis.clients:jedis:${redisVersion}")
implementation("xyz.xenondevs.invui:invui-core:${invuiVersion}")
implementation("xyz.xenondevs.invui:inventory-access-r20:${invuiVersion}:remapped-mojang")
compileOnly("xyz.xenondevs.invui:invui:${invuiVersion}")
}
java {
@ -55,7 +54,7 @@ tasks {
"apiVersion" to "1.20"
)
inputs.properties(props)
filesMatching("plugin.yml") {
filesMatching("paper-plugin.yml") {
expand(props)
}
}
@ -70,7 +69,7 @@ tasks {
relocate("org.jetbrains", "libs.org.jetbrains")
relocate("org.json", "libs.org.json")
relocate("redis", "libs.redis")
relocate("xyz.xenondevs", "libs.xyz.xenondevs")
// relocate("xyz.xenondevs", "libs.xyz.xenondevs")
exclude("org.slf4j")
}
sonar {