Releases: menny/mabel
Releases · menny/mabel
v0.30.0
04 Apr 03:05
Compare
Sorry, something went wrong.
No results found
Updated to support Bazel 6.1.0.
Output now conforms to the latest buildifier.
Updated examples to latest rules.
v0.20.0
21 Jun 20:46
Compare
Sorry, something went wrong.
No results found
Using jvm_import instead of java_import and kt_*
v0.19.1
06 Jun 22:04
Compare
Sorry, something went wrong.
No results found
You can now also set exports type on specific artifact.
v0.19.0
06 Jun 16:03
Compare
Sorry, something went wrong.
No results found
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
02 Jun 03:21
Compare
Sorry, something went wrong.
No results found
Fix for test-only marking of inner-deps.
v0.18.0
29 May 02:57
Compare
Sorry, something went wrong.
No results found
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
26 May 19:39
Compare
Sorry, something went wrong.
No results found
Support for artifacts' target type hint. This may speed up resolution quick a bit for large repos.
v0.16.3
17 May 19:25
Compare
Sorry, something went wrong.
No results found
Fix for java_plugin#runtime_dep mapping
v.0.16.2
30 Apr 15:38
Compare
Sorry, something went wrong.
No results found
v.0.16.1
09 Apr 02:41
Compare
Sorry, something went wrong.
No results found
Correctly resolve dependencies with a profile-activation mechanism.
Pass JDK-HOME path for local depdencies.
You can’t perform that action at this time.