Skip to content

Commit 4241d47

Browse files
author
Joan Viladrosa
authored
changed to compileOnly since it's only used for annotations and causes java8 incompatibility in runtime (#242)
1 parent 5b7b4a4 commit 4241d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation("org.projectlombok:lombok:latest.release")
1717

1818
annotationProcessor("org.openrewrite:rewrite-templating:latest.integration")
19-
implementation("com.google.errorprone:error_prone_core:2.19.1:with-dependencies") {
19+
compileOnly("com.google.errorprone:error_prone_core:2.19.1:with-dependencies") {
2020
exclude("com.google.auto.service", "auto-service-annotations")
2121
}
2222

0 commit comments

Comments
 (0)