mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 05:47:45 +01:00
[ci skip] Readd "Use" Javadoc tab (#8162)
This commit is contained in:
parent
2dddcb7bf1
commit
9026cda053
@ -92,6 +92,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+tasks.withType<Javadoc> {
|
||||
+ val options = options as StandardJavadocDocletOptions
|
||||
+ options.overview = "src/main/javadoc/overview.html"
|
||||
+ options.use()
|
||||
+ options.isDocFilesSubDirs = true
|
||||
+ options.links(
|
||||
+ "https://guava.dev/releases/31.0.1-jre/api/docs/",
|
||||
|
Loading…
Reference in New Issue
Block a user