Fixed some config stuff. Only 1 more thing to go

This commit is contained in:
coolGi2007
2021-12-25 20:52:46 +10:30
parent c721c14e27
commit 87486f6825
7 changed files with 63 additions and 100 deletions
+2 -2
View File
@@ -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")
}
}