Skip to content

Commit 0362083

Browse files
committed
Clean up
1 parent 543470f commit 0362083

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

opamp-client/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ java {
1616
targetCompatibility = JavaVersion.VERSION_1_8
1717
}
1818

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-
2719
dependencies {
2820
annotationProcessor("com.google.auto.value:auto-value")
2921
compileOnly("com.google.auto.value:auto-value-annotations")

0 commit comments

Comments
 (0)