Skip to content

Commit

Permalink
turn off CheckReturnValue
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar authored and AttwellBrian committed Feb 8, 2018
1 parent 8e2ce27 commit b117ad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/tutorials/tutorial2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ dependencies {
}

tasks.withType(JavaCompile) {
options.compilerArgs += [
"-Xep:CheckReturnValue:OFF"]
// NullAway configuration
options.compilerArgs += [
"-Xep:NullAway:ERROR",
Expand Down

0 comments on commit b117ad3

Please sign in to comment.