maybe fix javadoc

This commit is contained in:
Matt Worzala 2021-08-14 08:40:20 -04:00 committed by Matt Worzala
parent f967f6ac6a
commit cb15ee6860
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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/"