Skip to content

Commit bd5f612

Browse files
committed
Revert change, that doesn't seem to work and should be obsolete anyway
1 parent 2a1ad6b commit bd5f612

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ allprojects { project ->
206206

207207
if (project.name == 'grpc-common-spring-boot' || project.name == 'grpc-client-spring-boot-autoconfigure' || project.name == 'grpc-server-spring-boot-autoconfigure') {
208208
// Properly generate javadocs for the important projects
209-
lombok {
210-
version = "1.18.20"
211-
}
212209

213210
task delombok(type: DelombokTask, dependsOn: compileJava) {
214211
ext.outputDir = file("$buildDir/delombok")

0 commit comments

Comments
 (0)