This commit is contained in:
parent
ce0ffdbdfc
commit
7816bbe384
19 changed files with 417 additions and 525 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue