mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-26 06:57:02 +01:00
Fix javadoc task
This commit is contained in:
parent
0d53857f10
commit
ebb5b08873
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ tasks.named('javadoc', Javadoc).configure { Javadoc javadoc ->
|
|||
javadoc.source sourceSets.main.allJava
|
||||
// prevent java 8's strict doclint for javadocs from failing builds
|
||||
javadoc.options.addStringOption('Xdoclint:none', '-quiet')
|
||||
javadoc.options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
static void addLicense(Jar jarTask) {
|
||||
|
|
Loading…
Reference in a new issue