Skip to content

Commit 7a561fe

Browse files
committed
Fix JacocoTaskExtension import error
Remove explicit import for JacocoTaskExtension as it's automatically available when the jacoco plugin is applied, similar to how it's used in jfr-events module.
1 parent abdaef8 commit 7a561fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import io.opentelemetry.gradle.OtelJavaExtension
22
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
3-
import org.gradle.testing.jacoco.tasks.JacocoTaskExtension
43

54
plugins {
65
`java-library`

0 commit comments

Comments
 (0)