-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: drop jdk srzip javadoc infra #7092
Conversation
- chore: drop jdk srczip dependencies - chore: cleanup comments and config related to srczip Signed-off-by: Sam Gammon <[email protected]>
4830d2d
to
1a58b68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. One question in case you already gave it some thought. In the meantime, I'll try it out and see what happens.
@@ -106,23 +106,8 @@ | |||
<plugin> | |||
<artifactId>maven-source-plugin</artifactId> | |||
</plugin> | |||
<!-- TODO(cpovirk): include JDK sources when building testlib doc, too --> | |||
<plugin> | |||
<artifactId>maven-dependency-plugin</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you happen to have thoughts on whether it might make sense to remove this entirely? I'm guessing so, but I'm not sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, it looks like you did it on the non-Android side, so probably.
Drops the JDK source steps involved with Javadoc builds, as suggested in #7089. There will be some build warnings related to Javadoc until subsequent PRs are merged. Signed-off-by: Sam Gammon <[email protected]> Gives up on the "inherting" half of #6790. Fixes #7092 RELNOTES=n/a PiperOrigin-RevId: 614681928
As for:
I got curious, and I found |
(And it looks like those probably exist at head, too, at least when using Java 21. That's fine; I'm just noting that this PR doesn't make things worse (even temporarily) AFAICT.) |
Summary
Drops the JDK source steps involved with Javadoc builds, as suggested in #7089. There will be some build warnings related to Javadoc until subsequent PRs are merged.
Split out from work in #7094
Changelog