refactor: remove file dependencies

This commit is contained in:
ineanto 2025-03-26 19:34:25 +01:00
parent 1a81c7c657
commit 1edfbb9123
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
10 changed files with 7 additions and 1877 deletions

View file

@ -36,6 +36,7 @@ dependencies {
compileOnly("me.clip:placeholderapi:2.11.5")
compileOnly("net.kyori:adventure-api:4.17.0")
compileOnly("xyz.xenondevs.invui:invui-core:$invuiVersion")
compileOnly("net.wesjd:anvilgui:1.10.4-SNAPSHOT")
implementation("de.rapha149.signgui:signgui:2.5.0")
implementation("com.github.jsixface:yamlconfig:1.2")
@ -59,6 +60,7 @@ tasks {
shadowJar {
// RELOCATIONS
relocate("net.wesjd", "xyz.ineanto.nicko.libs.anvilgui")
relocate("com.github.jsixface", "xyz.ineanto.nicko.libs.yaml")
relocate("me.clip", "xyz.ineanto.nicko.libs.placeholderapi")
relocate("com.fasterxml.jackson", "xyz.ineanto.nicko.libs.jacksonpr")
@ -87,6 +89,7 @@ tasks {
// MINIFY
minimize {
exclude(dependency("xyz.xenondevs.invui:.*"))
exclude(dependency("org.bstats:.*"))
}