Fix HTML Publish
SorceryCraft/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-05-02 14:54:43 -04:00
parent 48fef73096
commit 3bfe235d97
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
allowMissing: false,
alwaysLinkToLastBuild: false,
keepAll: false,
reportDir: 'build/javadoc',
reportDir: 'build/docs/javadoc',
reportFiles: 'index.html',
reportName: 'JavaDoc'
]