/sample-maven

Sample codebase using Buildless from Maven

Primary LanguageMakefile

Buildless Maven sample

This repository showcases the use of Buildless as a remote build cache for Maven, using the Build Cache Extension.

Requirements

In order to run this sample, the BUILDLESS_API_KEY environment variable should be set to a valid API Key. You can get one by signing up for Buildless.

Usage

To run the sample, use the provided makefile:

make verify

If you want to force remote fetching, you can run the following command before the build to clear the local cache:

make clean