some codestyle application
This commit is contained in:
@ -11,7 +11,7 @@ applyPlatformAndCoreConfiguration()
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
implementation( "org.yaml:snakeyaml") {
|
||||
implementation("org.yaml:snakeyaml") {
|
||||
version { strictly("1.28") }
|
||||
because("Bukkit provides SnakeYaml")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user