Explorar o código

Configurate should be set for YAML

nossr50 %!s(int64=6) %!d(string=hai) anos
pai
achega
67cc162e07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/build.gradle.kts

+ 1 - 1
core/build.gradle.kts

@@ -8,5 +8,5 @@ repositories {
 }
 
 dependencies {
-    compile("org.spongepowered", "configurate-hocon", "3.6") // Configurable (config library from Sponge)
+    compile("org.spongepowered", "configurate-yaml", "3.6") // Configurable (config library from Sponge)
 }