Skip to content

Commit aa82372

Browse files
committed
Clean up gradle java compatibility config
1 parent 0362083 commit aa82372

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

opamp-client/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ plugins {
1111
description = "Client implementation of the OpAMP spec."
1212
otelJava.moduleName.set("io.opentelemetry.contrib.opamp.client")
1313

14-
java {
15-
sourceCompatibility = JavaVersion.VERSION_1_8
16-
targetCompatibility = JavaVersion.VERSION_1_8
17-
}
18-
1914
dependencies {
2015
annotationProcessor("com.google.auto.value:auto-value")
2116
compileOnly("com.google.auto.value:auto-value-annotations")

0 commit comments

Comments
 (0)