json -> yaml

This commit is contained in:
MeexReay 2023-05-30 02:08:33 +03:00
parent 8800995bbd
commit 0f7bfff5d3
15 changed files with 12 additions and 1739 deletions

View file

@ -13,6 +13,7 @@ repositories {
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
maven { url 'https://maven.wispforest.io' }
mavenCentral()
}
dependencies {
@ -36,6 +37,8 @@ dependencies {
// include this if you don't want force your users to install owo
// sentinel will warn them and give the option to download it automatically
include "io.wispforest:owo-sentinel:${project.owo_version}"
implementation 'org.yaml:snakeyaml:2.0'
}
base {