android-interop-testing: Enable -Xlint:deprecation · grpc/grpc-java@b8e3ae9

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit b8e3ae9

committed

android-interop-testing: Enable -Xlint:deprecation

1 parent 90d0fab commit b8e3ae9

File tree

1 file changed

+

0

-

1

lines changed

1 file changed

+

0

-

1

lines changed

Lines changed: 0 additions & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -116,7 +116,6 @@ import net.ltgt.gradle.errorprone.CheckSeverity

116116

tasks.withType(JavaCompile).configureEach {

117117

options.compilerArgs += [

118118

"-Xlint:-cast",

119-

"-Xlint:-deprecation", // https://github.com/grpc/grpc-java/issues/10298

120119

]

121120

appendToProperty(it.options.errorprone.excludedPaths, ".*/R.java", "|")

122121

appendToProperty(

0 commit comments

Comments

 (0)