Fixed buildscript comments

This commit is contained in:
Auxilor
2022-10-02 14:19:16 +01:00
parent 0775f0992f
commit 6d1cc4c05d

View File

@@ -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.