@@ -20,27 +20,27 @@ import java.util.function.Supplier
20
20
),
21
21
RuntimeDependency (
22
22
" !com.typesafe:config:1.4.3" ,
23
- test = " !com.typesafe.config .Config" ,
23
+ test = " !com.typesafe.config_1_4_3 .Config" ,
24
24
relocate = [" !com.typesafe.config" , " !com.typesafe.config_1_4_3" ]
25
25
),
26
26
RuntimeDependency (
27
27
" !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" ,
29
29
relocate = [" !com.electronwill.nightconfig" , " !com.electronwill.nightconfig_3_6_7" , " !com.typesafe.config" , " !com.typesafe.config_1_4_3" ]
30
30
),
31
31
RuntimeDependency (
32
32
" !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" ,
34
34
relocate = [" !com.electronwill.nightconfig" , " !com.electronwill.nightconfig_3_6_7" , " !com.typesafe.config" , " !com.typesafe.config_1_4_3" ]
35
35
),
36
36
RuntimeDependency (
37
37
" !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" ,
39
39
relocate = [" !com.electronwill.nightconfig" , " !com.electronwill.nightconfig_3_6_7" , " !com.typesafe.config" , " !com.typesafe.config_1_4_3" ]
40
40
),
41
41
RuntimeDependency (
42
42
" !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" ,
44
44
relocate = [" !com.electronwill.nightconfig" , " !com.electronwill.nightconfig_3_6_7" , " !com.typesafe.config" , " !com.typesafe.config_1_4_3" ]
45
45
)
46
46
)
0 commit comments