This repository showcases the use of Buildless as a remote build cache for Maven, using the Build Cache Extension.
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.
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