Skip to content

Commit 7cbb8f9

Browse files
committed
[publish] 6.0.12 Fix config
1 parent 94d9a6d commit 7cbb8f9

File tree

1 file changed

+5
-5
lines changed
  • module/module-configuration/src/main/kotlin/taboolib/module/configuration

1 file changed

+5
-5
lines changed

module/module-configuration/src/main/kotlin/taboolib/module/configuration/ConfigLoader.kt

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ import java.util.function.Supplier
2020
),
2121
RuntimeDependency(
2222
"!com.typesafe:config:1.4.3",
23-
test = "!com.typesafe.config.Config",
23+
test = "!com.typesafe.config_1_4_3.Config",
2424
relocate = ["!com.typesafe.config", "!com.typesafe.config_1_4_3"]
2525
),
2626
RuntimeDependency(
2727
"!com.electronwill.night-config:core:3.6.7",
28-
test = "!com.electronwill.nightconfig.core.Config",
28+
test = "!com.electronwill.nightconfig_3_6_7.core.Config",
2929
relocate = ["!com.electronwill.nightconfig", "!com.electronwill.nightconfig_3_6_7", "!com.typesafe.config", "!com.typesafe.config_1_4_3"]
3030
),
3131
RuntimeDependency(
3232
"!com.electronwill.night-config:toml:3.6.7",
33-
test = "!com.electronwill.nightconfig.toml.TomlFormat",
33+
test = "!com.electronwill.nightconfig_3_6_7.toml.TomlFormat",
3434
relocate = ["!com.electronwill.nightconfig", "!com.electronwill.nightconfig_3_6_7", "!com.typesafe.config", "!com.typesafe.config_1_4_3"]
3535
),
3636
RuntimeDependency(
3737
"!com.electronwill.night-config:json:3.6.7",
38-
test = "!com.electronwill.nightconfig.json.JsonFormat",
38+
test = "!com.electronwill.nightconfig_3_6_7.json.JsonFormat",
3939
relocate = ["!com.electronwill.nightconfig", "!com.electronwill.nightconfig_3_6_7", "!com.typesafe.config", "!com.typesafe.config_1_4_3"]
4040
),
4141
RuntimeDependency(
4242
"!com.electronwill.night-config:hocon:3.6.7",
43-
test = "!com.electronwill.nightconfig.hocon.HoconFormat",
43+
test = "!com.electronwill.nightconfig_3_6_7.hocon.HoconFormat",
4444
relocate = ["!com.electronwill.nightconfig", "!com.electronwill.nightconfig_3_6_7", "!com.typesafe.config", "!com.typesafe.config_1_4_3"]
4545
)
4646
)

0 commit comments

Comments
 (0)