docs: Publish javadocs to GH pages (#1824)

* docs: Publish javadocs to GH pages

* chore: Use up to date URLs

* chore: Update README url
This commit is contained in:
Alexander Brandes
2022-06-17 15:09:32 +02:00
committed by GitHub
parent fd00635533
commit 5b72f396bb
4 changed files with 27 additions and 42 deletions

View File

@ -59,14 +59,13 @@ fun Project.applyCommonJavaConfiguration(sourcesJar: Boolean, banSlf4j: Boolean
)
options.encoding = "UTF-8"
links(
"https://javadoc.io/doc/com.google.code.findbugs/jsr305/latest/index.html",
"https://jd.adventure.kyori.net/api/latest/",
"https://javadoc.io/doc/org.apache.logging.log4j/log4j-api/latest/index.html",
"https://logging.apache.org/log4j/2.x/log4j-api/apidocs/",
"https://www.antlr.org/api/Java/",
"https://docs.enginehub.org/javadoc/org.enginehub.piston/core/0.5.7/",
"https://docs.enginehub.org/javadoc/org.enginehub.piston/default-impl/0.5.7/",
"https://jd.papermc.io/paper/1.18/",
"https://javadoc.io/doc/com.fastasyncworldedit/FastAsyncWorldEdit-Core" // needed for other module linking
"https://intellectualsites.github.io/fastasyncworldedit-javadocs/worldedit-core/"
)
}
}