Open
Conversation
Testing a fix to publish java-doc action
Fixing javadoc
add conditional in build.gradle and command in yaml
fix conditional, silence warnings
add comment from old version
jadeandtea
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Under Actions --> Publish Javadoc, the workflows were unable to be published since there were errors. This was an important problem because the previously published Javadocs shown on the ReadMe were very outdated. Changes were made to the publish-javadoc.yml and the build.gradle files in order to build the Javadoc correctly with the correct version, without any errors.
Type of change
How Has This Been Tested?
In my fork, I went to Actions --> Publish Javadoc, and was able to successfully publish it. I then went to Settings --> Pages --> Visit Site, and was able to see the correct Javadoc. I then went through the site and made sure descriptions were correct.
Checklist: