Skip to content

Commit 0978216

Browse files
committed
build(deps): bump io.freefair.lombok from 5.3.3.3 to 8.4
1 parent 0284c4f commit 0978216

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import team.yi.tools.semanticgitlog.VersionStrategy
22

33
plugins {
4-
id "io.freefair.lombok" version "5.3.3.3"
4+
id "io.freefair.lombok" version "8.4"
55
id 'java-library'
66
id 'maven-publish'
77
id 'signing'
@@ -14,7 +14,6 @@ version = '0.5.19'
1414

1515
sourceCompatibility = JavaVersion.VERSION_1_8
1616
targetCompatibility = JavaVersion.VERSION_1_8
17-
generateLombokConfig.enabled = false
1817

1918
repositories {
2019
mavenCentral()
@@ -32,7 +31,7 @@ dependencies {
3231
}
3332

3433
lombok {
35-
version = "1.18.12"
34+
version = "1.18.30"
3635
}
3736

3837
test {

0 commit comments

Comments
 (0)