Fixed some config stuff. Only 1 more thing to go
This commit is contained in:
+2
-2
@@ -29,8 +29,8 @@ publishing {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.moandjiezana.toml:toml4j:${rootProject.toml_version}")
|
||||
shadowMe("com.moandjiezana.toml:toml4j:${rootProject.toml_version}") {
|
||||
implementation("com.electronwill.night-config:toml:${rootProject.toml_version}")
|
||||
shadowMe("com.electronwill.night-config:toml:${rootProject.toml_version}") {
|
||||
exclude(module: "gson")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user