Skip to content

Commit

Permalink
Add dependency Lombok 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasHavers committed Nov 14, 2018
1 parent 4ded049 commit ec8a571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ dependencyManagement {
}

dependencies {
compileOnly "org.projectlombok:lombok:1.18.4"
annotationProcessor "org.projectlombok:lombok:1.18.4"
annotationProcessor "io.micronaut:micronaut-inject-java"
annotationProcessor "io.micronaut:micronaut-validation"
compile "io.micronaut:micronaut-http-client"
Expand Down

0 comments on commit ec8a571

Please sign in to comment.