Use lombok directly without an unofficial lombok plugin.

This commit is contained in:
Kavin 2023-09-27 04:53:41 +01:00
parent 4d4bfdc21d
commit 9cfd3a2556
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,6 @@
plugins {
id "com.github.johnrengelman.shadow" version "8.1.1"
id "java"
id "io.freefair.lombok" version "8.4"
id "eclipse"
}
@ -44,6 +43,8 @@ dependencies {
implementation 'io.sentry:sentry:6.30.0'
implementation 'rocks.kavin:reqwest4j:1.0.12'
implementation 'io.minio:minio:8.5.6'
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
}
shadowJar {