Skip to content

Commit

Permalink
Remove -Xlint:all -Werror options (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw authored Oct 31, 2024
1 parent 9d1c264 commit dc8c41a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,3 @@ task copyJS(type: Copy) {
tasks.preBuild {
dependsOn copyJS
}

tasks.withType(JavaCompile).configureEach {
options.compilerArgs << "-Xlint:all" << "-Werror"
}

0 comments on commit dc8c41a

Please sign in to comment.