-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[bazel] Bump to 7.1.0 without bzlmod #13713
Conversation
PR Description updated to latest commit (74f27db)
|
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
a2e7f50
to
c1e143c
Compare
Type
enhancement, configuration changes
Description
java_module
rule.rules_jvm_external
dependency to version 6.0 along with its SHA256.Changes walkthrough
export.bzl
Refactor Maven Publishing in Bazel Build
java/private/export.bzl
maven_publish
function to useartifact
andclassifier_artifacts
for better artifact classification.javadocs
andsource_jar
toclassifier_artifacts
withjavadoc
and
sources
classifiers.module.bzl
Add JDK Toolchain Specification to Java Module
java/private/module.bzl
toolchains
attribute tojava_module
rule for specifying JDKtoolchain.
.bazelrc
Disable bzlmod in Bazel Configuration
.bazelrc
.bazelversion
Bump Bazel Version to 7.1.0
.bazelversion
MODULE.bazel
Introduce MODULE.bazel for Selenium
MODULE.bazel
selenium
.WORKSPACE.bzlmod
Introduce WORKSPACE.bzlmod for Selenium
WORKSPACE.bzlmod
selenium
.WORKSPACE
Update rules_jvm_external Dependency
WORKSPACE
rules_jvm_external
version and SHA256.