diff --git a/build.gradle.kts b/build.gradle.kts index 0e8cfaf5..e5e6fc56 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -158,7 +158,7 @@ allprojects { relocate("org.litote", "com.willfp.eco.libs.litote") relocate("org.reactivestreams", "com.willfp.eco.libs.reactivestreams") relocate("reactor.", "com.willfp.eco.libs.reactor.") // Dot in name to be safe - relocate("com.moandjiezana.toml", "com.willfp.eco.libs.toml") // Dot in name to be safe + relocate("com.moandjiezana.toml", "com.willfp.eco.libs.toml") /* Kotlin and caffeine are not shaded so that they can be accessed directly by eco plugins.