Skip to content

buildless/sample-bazel-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bazel sample: JVM

Buildless, Bazel, and JVM.

Details about this sample

This sample code uses the Bazel build tool to build a JVM project, with support for build caching via Buildless. 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 //...