mirror of
https://github.com/JonasunderscoreJones/YetAnotherDiscordChatLink.git
synced 2025-10-23 00:39:17 +02:00
fixed relocationprefix
This commit is contained in:
parent
a74e5bd4b0
commit
a464a229cc
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ tasks.withType(ShadowJar).configureEach {
|
|||
it.minimize()
|
||||
it.configurations = [project.configurations.shadow]
|
||||
it.enableRelocation = true
|
||||
it.relocationPrefix = "dev.jonasjones.dev.impl.vendor"
|
||||
it.relocationPrefix = "dev.jonasjones.yadacl.vendor"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue