We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1ad6b commit bd5f612Copy full SHA for bd5f612
build.gradle
@@ -206,9 +206,6 @@ allprojects { project ->
206
207
if (project.name == 'grpc-common-spring-boot' || project.name == 'grpc-client-spring-boot-autoconfigure' || project.name == 'grpc-server-spring-boot-autoconfigure') {
208
// Properly generate javadocs for the important projects
209
- lombok {
210
- version = "1.18.20"
211
- }
212
213
task delombok(type: DelombokTask, dependsOn: compileJava) {
214
ext.outputDir = file("$buildDir/delombok")
0 commit comments