Skip to content

Commit

Permalink
added plugin for lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-jalgaonkar committed Jun 21, 2024
1 parent 8b01bc8 commit b868bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ subprojects {
hibernate_validator : 'org.hibernate:hibernate-validator:5.4.1.Final',
javax_el : 'org.glassfish:javax.el:3.0.1-b08',
opentracing : 'io.opentracing:opentracing-api:0.31.0',
lombok : 'org.projectlombok:lombok:1.18.2',
lombok : 'org.projectlombok:lombok:1.18.32',
grpc_stub : "io.grpc:grpc-stub:${grpcVersion}",
hystrix_core : "com.netflix.hystrix:hystrix-core:1.5.12",
hystrix_metrics_stream : "com.netflix.hystrix:hystrix-metrics-event-stream:1.5.12",
Expand Down
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'java-library'
id 'maven-publish'
id "io.freefair.lombok" version "8.6"
}

tasks.withType(GenerateModuleMetadata) {
Expand Down

0 comments on commit b868bdb

Please sign in to comment.