-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update to Turbine 0.8.0 #24139
Update to Turbine 0.8.0 #24139
Conversation
https://github.com/google/turbine/releases/tag/v0.8.0 ``` REPIN=1 bazelisk run @maven//:pin && bazelisk mod deps --lockfile_mode=update ``` bazelbuild#24138
Is it possible to cherry-pick this to 7.4.1 ? |
@hvadehra It would be great to have a rules_java release with this that is compatible with Bazel 7.4.1. |
@bazel-io flag |
@Wyverald @meteorcloudy Should this be included in 7.4.1? If so, then we'll need rc2. cc: @bazelbuild/triage |
What we really need is #24143 but I think it's optional for 7.4.1 (users can always update rules_java independently). Would be good to have in 8.0.0. |
@bazel-io fork 8.0.0 |
https://github.com/google/turbine/releases/tag/v0.8.0 ``` REPIN=1 bazelisk run @maven//:pin && bazelisk mod deps --lockfile_mode=update ``` bazelbuild#24138 Closes bazelbuild#24139. PiperOrigin-RevId: 691311549 Change-Id: If9c0b7ce27ee2f92370bd99fd5dd7de40b5a577e
https://github.com/google/turbine/releases/tag/v0.8.0
#24138