@@ -83,6 +83,8 @@ subprojects {
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
+ options.deprecation = true
+ options.compilerArgs += ["-parameters"]
}
jar {