Skip to content

Commit

Permalink
CQI-10: lombok upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 committed Nov 7, 2023
1 parent 609c5ea commit 68aca10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
id "org.flywaydb.flyway" version "6.0.8"
id "org.sonarqube" version "3.3"
id "com.moowork.node" version "1.2.0"
id "io.freefair.lombok" version "5.1.1"
}

apply plugin: 'java'
Expand Down Expand Up @@ -51,6 +50,10 @@ dependencies {
compile 'org.openlmis:openlmis-service-util:3.1.0'
compile 'org.webjars.npm:api-console:3.0.17'

compile "org.projectlombok:lombok"
annotationProcessor "org.projectlombok:lombok:1.18.22"
testAnnotationProcessor "org.projectlombok:lombok:1.18.22"

testCompile "junit:junit"
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "org.springframework:spring-test"
Expand Down

0 comments on commit 68aca10

Please sign in to comment.