Fix module conflict with Simple Discord Link

This commit is contained in:
2023-03-19 19:57:38 +02:00
parent 5aa87c200f
commit c9461ece8b
2 changed files with 25 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ shadowJar {
include(dependency("me.hypherionmc.moon-config:core:${moon_config}"))
include(dependency("me.hypherionmc.moon-config:toml:${moon_config}"))
//relocate 'me.hypherionmc.nightconfig', 'shadow.hypherionmc.nightconfig'
relocate 'me.hypherionmc.moonconfig', 'shadow.hypherionmc.moonconfig'
}
classifier ''
}