mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-25 19:45:21 +01:00
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
dependencies {
|
||
|
api(projects.compat.snakeyamlCompatCommon)
|
||
|
compileOnly(rootProject.libs.snakeYaml2)
|
||
|
}
|