Skip to content

Commit

Permalink
Fix YAML crash
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Jan 13, 2023
1 parent 75a1cda commit 44c88ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ repositories {
includeGroup "maven.modrinth"
}
}
mavenCentral()
}

dependencies {
Expand Down Expand Up @@ -50,6 +51,7 @@ dependencies {
// Parsing Libraries
include(implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.0"))
include(implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.0"))
include(implementation("org.yaml:snakeyaml:1.33"))
include(implementation("com.fasterxml.jackson.core:jackson-core:2.14.0"))
include(implementation("com.fasterxml.jackson.core:jackson-databind:2.14.0"))
include(implementation("com.fasterxml.jackson.core:jackson-annotations:2.14.0"))
Expand Down

0 comments on commit 44c88ee

Please sign in to comment.