https://github.com/slamdev/bazel-java-deps-showcase
https://github.com/slamdev/bazel-java-deps-showcase
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/slamdev/bazel-java-deps-showcase
- Owner: slamdev
- Created: 2021-10-18T17:07:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:34:45.000Z (about 2 years ago)
- Last Synced: 2025-01-29T14:45:19.637Z (about 1 year ago)
- Language: Starlark
- Size: 2.79 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bazel-java-deps-showcase
Project to reproduce transitive dependencies use case with [rules_jvm_external](https://github.com/bazelbuild/rules_jvm_external)
To reproduce:
```shell script
git clone git@github.com:slamdev/bazel-java-deps-showcase.git
cd bazel-java-deps-showcase
./baseliskw build //:lib
```
[CI pipeline](https://github.com/slamdev/bazel-java-deps-showcase/actions/workflows/build.yaml) that runs the code
with different OS, bazel and java versions.