mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
More fixups
This commit is contained in:
@@ -76,13 +76,13 @@ javadoc {
|
||||
options.encoding = 'UTF-8'
|
||||
options.charSet = 'UTF-8'
|
||||
options.source = '8'
|
||||
options.links(
|
||||
'https://www.slf4j.org/apidocs/',
|
||||
'https://guava.dev/releases/30.0-jre/api/docs/',
|
||||
'https://google.github.io/guice/api-docs/4.2/javadoc/',
|
||||
'https://docs.oracle.com/javase/8/docs/api/',
|
||||
'https://jd.adventure.kyori.net/api/4.0.0/'
|
||||
)
|
||||
// options.links(
|
||||
// 'https://www.slf4j.org/apidocs/',
|
||||
// 'https://guava.dev/releases/30.0-jre/api/docs/',
|
||||
// 'https://google.github.io/guice/api-docs/4.2/javadoc/',
|
||||
// 'https://docs.oracle.com/javase/8/docs/api/',
|
||||
// 'https://jd.adventure.kyori.net/api/4.0.0/'
|
||||
// )
|
||||
|
||||
// Disable the crazy super-strict doclint tool in Java 8
|
||||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
|
||||
Reference in New Issue
Block a user