Skip to content

Commit

Permalink
Add missing lombok dependency for ReplaceAnnotationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Jun 2, 2024
1 parent 48d576a commit fadb443
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rewrite-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ dependencies {

// For use in ClassGraphTypeMappingTest
testRuntimeOnly("org.eclipse.persistence:org.eclipse.persistence.core:3.0.2")

testRuntimeOnly("org.slf4j:jul-to-slf4j:1.7.+")

// For use in ReplaceAnnotationTest
testRuntimeOnly("org.projectlombok:lombok:latest.release")
}

tasks.withType<Javadoc> {
Expand Down

0 comments on commit fadb443

Please sign in to comment.