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 543470f commit 0362083Copy full SHA for 0362083
opamp-client/build.gradle.kts
@@ -16,14 +16,6 @@ java {
16
targetCompatibility = JavaVersion.VERSION_1_8
17
}
18
19
-tasks.withType<JavaCompile>().configureEach {
20
- with(options) {
21
- // Suppressing warnings about the usage of deprecated methods.
22
- // This is needed because the Protobuf plugin (com.google.protobuf) generates code that uses deprecated methods.
23
- compilerArgs.add("-Xlint:-deprecation")
24
- }
25
-}
26
-
27
dependencies {
28
annotationProcessor("com.google.auto.value:auto-value")
29
compileOnly("com.google.auto.value:auto-value-annotations")
0 commit comments