We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac05e7 commit e0ed857Copy full SHA for e0ed857
build.gradle
@@ -22,6 +22,7 @@ targetCompatibility = 1.8
22
tasks.withType(JavaCompile) {
23
options.encoding = 'UTF-8'
24
options.compilerArgs << '-parameters'
25
+ options.deprecation = true
26
}
27
28
repositories {
0 commit comments