Prepare for 6.8 release#1380
Conversation
|
The CI's failing for kt_jvm_export example, however, it's failing for quite some time now, so I'm assuming it's a non-issue. |
| ) | ||
| bazel_dep( | ||
| name = "bazel_features", | ||
| version = "1.17.0", |
There was a problem hiding this comment.
We're deliberately leaving dependencies on low versions. The reason is because we don't want projects using rules_jvm_external to be forced to update their bazel_deps unless they want to. It seems counter-intuitive to leave our own deps lagging behind, but it's a conscious choice
There was a problem hiding this comment.
Sounds good - will revert to 1.17.0
| strip_prefix = "bazel_features-1.17.0", | ||
| url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.17.0/bazel_features-v1.17.0.tar.gz", | ||
| sha256 = "07bd2b18764cdee1e0d6ff42c9c0a6111ffcbd0c17f0de38e7f44f1519d1c0cd", | ||
| strip_prefix = "bazel_features-1.32.0", |
There was a problem hiding this comment.
We should keep this in sync with the module version
There was a problem hiding this comment.
Sounds good - will revert to 1.17.0
|
Thank you for the PR! It's appreciated, and I understand why you want this release out ASAP |
* master: Update maven-metadata.xml when publishing locally (bazel-contrib#1369) Add support for gradle resolver (bazel-contrib#1357) Prepare for 6.8 release (bazel-contrib#1380)
* master: (39 commits) Fix resolution of Android/AAR artifacts with Gradle resolver (bazel-contrib#1395) fail_if_repin_required is now True by default and minor improvement to failure message (bazel-contrib#1397) Housekeeping before we release 6.8 (bazel-contrib#1384) Add dll, dylib and so types to maven package mappings (bazel-contrib#1392) [bzlmod] Allow suppressing warning about multiple contributing modules. (bazel-contrib#1393) Use the artifact default values when adding them to a struct and add tests for coursier artifacts that have empty versions provided by BOMs and don't inlcude them in outdated (bazel-contrib#1390) Allow package exclusions and inclusions in javadocs (bazel-contrib#1293) Document well-known issues with `bzlmod` (bazel-contrib#1388) Begin documenting the gradle resolver (bazel-contrib#1389) Run gradle regression tests in CI (bazel-contrib#1385) Modify maven_export to allow exporting zip archives (bazel-contrib#1368) Allow root module's override tags to take precedence over the overridees from transitive deps. (bazel-contrib#1381) Ensure root module artifacts and boms take precedence with warnings (bazel-contrib#1373) Update maven-metadata.xml when publishing locally (bazel-contrib#1369) Add support for gradle resolver (bazel-contrib#1357) Prepare for 6.8 release (bazel-contrib#1380) Remove the Windows `kt_jvm_export` example (bazel-contrib#1383) Avoid spurious warnings about poorly formatted artifact coordinates (bazel-contrib#1374) Flip `fail_if_repin_required` to `True` by default (bazel-contrib#1371) Allow the same coordinate to be overridden in different repos (bazel-contrib#1378) ...
7.2.15rules_java release is available at the time of creating this PR. However, it's not updated here due torules_jvm_external/repositories.bzl
Lines 51 to 65 in be70ed6