Bazel Multiversion Managing Multiple Versions of 3rdparty JVM Dependencies with Rules_jvm_external
bazel-multiversion supports managing multiple versions of the same 3rdparty dependencies, providing an alternative to bazelbuild / rules_jvm_external. Follow the steps below to get started:
Step 1: Clone the repository
git clone https://github.com/twitter/bazel-multiversion
cd bazel-multiversion
Step 2: Build and run code with different versions of Guava
cd multiversion-example/
bazel build tricky/...
bazel run tricky/user/src/main/scala/bincompat:NeedsGuava24
bazel run tricky/user/src/main/scala/bincompat:
This process helps you manage different versions of your dependencies in a clean and efficient manner.
bazel-multiversion-main.zip
预估大小:97个文件
bazel-multiversion-main
文件夹
.gitignore
516B
picocli.json
328B
Notes.txt
27B
project
文件夹
plugins.sbt
463B
build.properties
18B
multiversion
文件夹
src
文件夹
main
文件夹
...
110.19KB
文件大小:
评论区