Skip to content

Remove hardcoded javadocopts from JavadocJarMaker.java#15

Merged
Vincent Rose (vinnybod) merged 1 commit into
masterfrom
vinnybod/DP-14596_2
Jul 8, 2024
Merged

Remove hardcoded javadocopts from JavadocJarMaker.java#15
Vincent Rose (vinnybod) merged 1 commit into
masterfrom
vinnybod/DP-14596_2

Conversation

@vinnybod
Copy link
Copy Markdown
Member

@vinnybod Vincent Rose (vinnybod) commented Jul 1, 2024

For [private repo], we need to disable -use, but it was hardcoded into JavadocJarMaker.java.
I changed the way javadoc works by making javadocopts completely replace the default options instead of adding to them, this way defaults can be completely replaced.

I think this is a pretty valuable change, but its also not completely backwards compatible with the old behavior, so I separated it from the upstream PR bazel-contrib#1182

@vinnybod Vincent Rose (vinnybod) requested a review from a team as a code owner July 1, 2024 23:38
@vinnybod Vincent Rose (vinnybod) requested a review from a team July 1, 2024 23:39
@vinnybod Vincent Rose (vinnybod) merged commit c4c79f2 into master Jul 8, 2024
@vinnybod Vincent Rose (vinnybod) deleted the vinnybod/DP-14596_2 branch July 8, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants