mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-15 11:51:53 +01:00
maybe fix javadoc
This commit is contained in:
parent
f967f6ac6a
commit
cb15ee6860
2
.github/workflows/javadoc.yml
vendored
2
.github/workflows/javadoc.yml
vendored
@ -23,6 +23,6 @@ jobs:
|
||||
env:
|
||||
REPO: self
|
||||
BRANCH: javadoc
|
||||
FOLDER: docs
|
||||
FOLDER: build/docs/javadoc
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CLEAR_GLOBS_FILE: ".github/javadoc-publish-clear"
|
||||
|
@ -39,7 +39,6 @@ allprojects {
|
||||
}
|
||||
javadoc {
|
||||
options {
|
||||
destinationDir(file("docs"))
|
||||
addBooleanOption('html5', true)
|
||||
links "https://jd.adventure.kyori.net/api/$adventureVersion/"
|
||||
links "https://docs.oracle.com/en/java/javase/11/docs/api/"
|
||||
|
Loading…
Reference in New Issue
Block a user