12 lines
No EOL
242 B
Markdown
12 lines
No EOL
242 B
Markdown
# Maven Cache V1
|
|
|
|
This is a more advanced maven cache action.
|
|
|
|
## Usage
|
|
|
|
```
|
|
- name: Cache Maven repository
|
|
uses: https://git.kvant.cloud/actions/maven-cache@v1
|
|
with:
|
|
root-cache-key: 'm2-cache-project-name' # this should be unique
|
|
``` |