Skip to content

Commit e0ed857

Browse files
committed
Lint deprecated code
1 parent fac05e7 commit e0ed857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ targetCompatibility = 1.8
2222
tasks.withType(JavaCompile) {
2323
options.encoding = 'UTF-8'
2424
options.compilerArgs << '-parameters'
25+
options.deprecation = true
2526
}
2627

2728
repositories {

0 commit comments

Comments
 (0)