Skip to content

Commit b151cb0

Browse files
committed
Added review comments points
1 parent 4e81d10 commit b151cb0

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

build.gradle

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,13 @@ subprojects {
3232
}
3333
}
3434
}
35-
}
36-
37-
tasks.withType(JavaCompile).configureEach {
38-
it.options.compilerArgs += [
39-
"-Xlint:all"
40-
]
41-
if (rootProject.hasProperty('failOnWarnings') && rootProject.failOnWarnings.toBoolean()) {
42-
it.options.compilerArgs += ["-Werror"]
35+
tasks.withType(JavaCompile).configureEach {
36+
it.options.compilerArgs += [
37+
"-Xlint:all"
38+
]
39+
if (rootProject.hasProperty('failOnWarnings') && rootProject.failOnWarnings.toBoolean()) {
40+
it.options.compilerArgs += ["-Werror"]
41+
}
4342
}
4443
}
4544

0 commit comments

Comments
 (0)