An open API service indexing awesome lists of open source software.

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

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 //...
```