https://github.com/buildless/sample-bazel-java
Bazel + Buildless remote caching
https://github.com/buildless/sample-bazel-java
bazel buildcache buildless dev-tools remote-build-cache
Last synced: 6 months ago
JSON representation
Bazel + Buildless remote caching
- Host: GitHub
- URL: https://github.com/buildless/sample-bazel-java
- Owner: buildless
- Created: 2023-07-13T08:04:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:50:34.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T14:23:38.393Z (over 1 year ago)
- Topics: bazel, buildcache, buildless, dev-tools, remote-build-cache
- Language: Java
- Homepage: https://docs.less.build/docs/bazel
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Bazel sample: JVM
[Buildless](https://less.build), [Bazel](https://bazel.build), and JVM.
## Details about this sample
This sample code uses the [Bazel](https://bazel.build) build tool to build a JVM project, with support for build caching via [Buildless](https://less.build). Bazel is a fantastic tool which is very good at caching previously-built code, and Buildless is a super fast remote build cache and CDN.
## Running this sample
It's a regular Bazel codebase. You can just do:
```
# with Bazelisk installed...
bazel build //...
```