mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-28 21:15:51 +01:00
5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
|
dependencies {
|
||
|
api(projects.compat.snakeyamlCompatCommon)
|
||
|
compileOnly(rootProject.libs.snakeYaml)
|
||
|
}
|