Releases: menny/mabel
Releases · menny/mabel
v0.30.0
Updated to support Bazel 6.1.0.
Output now conforms to the latest buildifier
.
Updated examples
to latest rules.
v0.20.0
Using jvm_import
instead of java_import
and kt_*
v0.19.1
You can now also set exports
type on specific artifact.
v0.19.0
You can now specify how we generate exports
attribute:
all
- Generate exports
for all resolved dependencies.
requested_deps
- (the default) Generate only for top-level, requested, artifacts.
none
- do not generate exports
attribute in any of the targets.
v0.18.1
Fix for test-only marking of inner-deps.
v0.18.0
Support for test_only
artifacts - such artifacts will be marked as test-only and Bazel will not allow those to be used in production code.
v0.17.0
Support for artifacts' target type hint. This may speed up resolution quick a bit for large repos.
v0.16.3
Fix for java_plugin#runtime_dep
mapping
v.0.16.1
Correctly resolve dependencies with a profile-activation mechanism.
Pass JDK-HOME
path for local depdencies.
You can’t perform that action at this time.