We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf4968 commit c571f77Copy full SHA for c571f77
1 file changed
android/build.gradle
@@ -21,7 +21,7 @@ android {
21
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
22
}
23
24
- //fail on android lint warnings if failOnWarning is set true
+ // fail on android lint warnings if failOnWarning is set true
25
lintOptions {
26
abortOnError true
27
if (rootProject.hasProperty("failOnWarnings") && rootProject.failOnWarnings.toBoolean()) {
@@ -52,7 +52,7 @@ dependencies {
52
testImplementation libraries.truth
53
54
55
-//Enforce -Werror on java compiler if failOnWarning is set
+// Enforce -Werror on java compiler if failOnWarning is set
56
tasks.withType(JavaCompile).configureEach {
57
it.options.compilerArgs += ["-Xlint:all"]
58
0 commit comments