We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0362083 commit aa82372Copy full SHA for aa82372
opamp-client/build.gradle.kts
@@ -11,11 +11,6 @@ plugins {
11
description = "Client implementation of the OpAMP spec."
12
otelJava.moduleName.set("io.opentelemetry.contrib.opamp.client")
13
14
-java {
15
- sourceCompatibility = JavaVersion.VERSION_1_8
16
- targetCompatibility = JavaVersion.VERSION_1_8
17
-}
18
-
19
dependencies {
20
annotationProcessor("com.google.auto.value:auto-value")
21
compileOnly("com.google.auto.value:auto-value-annotations")
0 commit comments