mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-10 12:06:05 +01:00
Remove obnoxious javac warning for older source in classpath
This commit is contained in:
parent
380cb9b109
commit
597f2ec8a4
@ -53,6 +53,10 @@ allprojects {
|
||||
ext.ibot = 'Connor Tumbleson'
|
||||
ext.ibotEmail = 'connor.tumbleson@gmail.com'
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.compilerArgs += ["-Xlint:-options"]
|
||||
}
|
||||
compileJava.finalizedBy licenseFormatMain
|
||||
licenseFormatMain.finalizedBy licenseFormatTest
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user