Skip to content

Commit

Permalink
feat: Added Lombok for toString() generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Nov 1, 2024
1 parent ac5c26d commit 53d2f98
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 @@ -109,6 +109,8 @@ subprojects { subproj ->
}

dependencies {
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
Expand Down

0 comments on commit 53d2f98

Please sign in to comment.