Skip to content

Commit 31b5d0a

Browse files
author
Adrian Clay
authored
Remove unused lombok configuration within build.gradle (#284)
The lombok gradle plugin no longer manages config options Config is instead stored within lombok.config file
1 parent 5fcee94 commit 31b5d0a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

service/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ dependencies {
4242
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
4343
}
4444

45-
46-
lombok {
47-
config['lombok.log.fieldName'] = 'LOGGER'
48-
}
49-
5045
sourceSets {
5146
integrationTest {
5247
java {

0 commit comments

Comments
 (0)