README.md: Telling people to use actions/cache too
This commit is contained in:
parent
1a29f401c7
commit
8f29460a08
|
@ -35,6 +35,8 @@ to introduce some improvements in *system compatibility* and *speed*.
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
**Note:** Use `actions/cache` as described [here](https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-java-with-maven#caching-dependencies) to save some additional time by caching between runs!
|
||||||
|
|
||||||
All the values already provided below are their default values.
|
All the values already provided below are their default values.
|
||||||
|
|
||||||
If you don't change them, you can remove them from your workflow,
|
If you don't change them, you can remove them from your workflow,
|
||||||
|
@ -74,4 +76,4 @@ as they are set automatically.
|
||||||
# 'SpraxDev' is my fork of SpigotMC's that introduces some changes (https://github.com/SpraxDev/Spigot-BuildTools/#breaking-changes)
|
# 'SpraxDev' is my fork of SpigotMC's that introduces some changes (https://github.com/SpraxDev/Spigot-BuildTools/#breaking-changes)
|
||||||
# Available: SpraxDev, SpigotMC
|
# Available: SpraxDev, SpigotMC
|
||||||
buildToolProvider: SpraxDev # Optional
|
buildToolProvider: SpraxDev # Optional
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue