Update build.gradle

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

View File

@ -179,6 +179,8 @@ dependencies {
version { strictly("1.30") }
because("Bukkit provides SnakeYaml")
}
}
compileOnly lombok()
annotationProcessor lombok()