From 6d1cc4c05dd65a57795cf7ab3ffe09a1879bc5c9 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 2 Oct 2022 14:19:16 +0100 Subject: [PATCH] Fixed buildscript comments --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.