Optimize build.gradle.kts

This commit is contained in:
2024-08-05 14:30:16 +02:00
parent bb0f94645c
commit d657a7ca0c
3 changed files with 3 additions and 18 deletions
+3
View File
@@ -40,6 +40,9 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}
sourceSets {
}
dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.32")