mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Use lombok directly without an unofficial lombok plugin.
This commit is contained in:
parent
4d4bfdc21d
commit
9cfd3a2556
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id "com.github.johnrengelman.shadow" version "8.1.1"
|
id "com.github.johnrengelman.shadow" version "8.1.1"
|
||||||
id "java"
|
id "java"
|
||||||
id "io.freefair.lombok" version "8.4"
|
|
||||||
id "eclipse"
|
id "eclipse"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,6 +43,8 @@ dependencies {
|
||||||
implementation 'io.sentry:sentry:6.30.0'
|
implementation 'io.sentry:sentry:6.30.0'
|
||||||
implementation 'rocks.kavin:reqwest4j:1.0.12'
|
implementation 'rocks.kavin:reqwest4j:1.0.12'
|
||||||
implementation 'io.minio:minio:8.5.6'
|
implementation 'io.minio:minio:8.5.6'
|
||||||
|
compileOnly 'org.projectlombok:lombok:1.18.30'
|
||||||
|
annotationProcessor 'org.projectlombok:lombok:1.18.30'
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
|
Loading…
Reference in a new issue