mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Try require for snake yaml
This commit is contained in:
parent
4d6c1973f3
commit
3393d2701c
@ -29,7 +29,7 @@
|
||||
dependencies {
|
||||
constraints {
|
||||
"implementation"( "org.yaml:snakeyaml") {
|
||||
version { strictly("[1.26,2.0)") }
|
||||
version { require("1.26") }
|
||||
because("Bukkit provides SnakeYaml")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user