Skip to content

Commit

Permalink
add lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
DecwLK committed Jan 11, 2024
1 parent fee706b commit 093a607
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ repositories {
dependencies {
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter")

compileOnly("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.30")

testCompileOnly("org.projectlombok:lombok:1.18.30")
testAnnotationProcessor("org.projectlombok:lombok:1.18.30")
}

tasks.test {
Expand Down

0 comments on commit 093a607

Please sign in to comment.