mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-09-09 05:30:50 +02:00
list and address deprecations in java
This commit is contained in:
@@ -79,6 +79,8 @@ publishing {
|
||||
|
||||
tasks.withType<JavaCompile> {
|
||||
options.encoding = "UTF-8"
|
||||
val compilerArgs = options.compilerArgs
|
||||
compilerArgs.addAll(listOf("-Xlint:deprecation"))
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
|
Reference in New Issue
Block a user