Add lombok

This commit is contained in:
Len
2022-07-04 11:04:13 +02:00
parent 5c9141003f
commit 10ea384164
9 changed files with 111 additions and 12 deletions
+3
View File
@@ -34,6 +34,9 @@ dependencies {
exclude("org.bukkit","bukkit")
}
compileOnly("com.github.TechFortress:GriefPrevention:16.17.1")
compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
}
bukkit {