Update build.gradle

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-07-14 18:56:59 +02:00 committed by GitHub
parent 3fbd517757
commit 6c942eb256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,8 +174,12 @@ repositories {
} }
dependencies { dependencies {
constraints {
implementation("org.yaml:snakeyaml") {
version { strictly("1.30") }
because("Bukkit provides SnakeYaml")
}
compileOnly lombok() compileOnly lombok()
compileOnlyApi lombok()
annotationProcessor lombok() annotationProcessor lombok()
implementation spigot('1.19') implementation spigot('1.19')