Fix Common shadowjar config

This commit is contained in:
2023-03-19 13:52:23 +02:00
parent e733d80a53
commit cac36bfb30

View File

@@ -37,8 +37,8 @@ processResources {
shadowJar {
dependencies {
include(dependency('me.hypherionmc.night-config:toml:3.6.5_custom'))
include(dependency('me.hypherionmc.night-config:core:3.6.5_custom'))
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'
}