Skip to content

A simple buildpack that symlinks a set of folders to the cache directory

Notifications You must be signed in to change notification settings

functionaldude/simple-cache-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-cache-buildpack

A simple buildpack that symlinks a set of folders to the cache directory

Usage

Create a .buildpack-cache file in the project root, and list all directories that you want to link to the CACHE_DIR.

Example (for a gradle project)

This example caches all build folders of the project

build

submodule1/build
submodule2/build

About

A simple buildpack that symlinks a set of folders to the cache directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages