mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +01:00
[ci skip] Readd "Use" Javadoc tab (#8162)
This commit is contained in:
parent
2dddcb7bf1
commit
9026cda053
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue