mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-03 09:32:55 +01:00
suppress javadoc lint warning (#3222)
This commit is contained in:
parent
772646f95b
commit
da6ed0f729
@ -226,5 +226,11 @@ subprojects {
|
|||||||
|
|
||||||
tasks.getByPath(':release').dependsOn(publish)
|
tasks.getByPath(':release').dependsOn(publish)
|
||||||
tasks.getByPath(':snapshot').dependsOn(publish)
|
tasks.getByPath(':snapshot').dependsOn(publish)
|
||||||
|
|
||||||
|
tasks.withType(Javadoc).tap {
|
||||||
|
configureEach {
|
||||||
|
options.addStringOption('Xdoclint:none', '-quiet')
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user