From 8f29460a089c462b1a6a33493d4033947f4ad9f9 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sun, 29 Nov 2020 22:37:08 +0100 Subject: [PATCH] README.md: Telling people to use actions/cache too --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03c25ea..6760d7e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ to introduce some improvements in *system compatibility* and *speed*. ## 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. 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) # Available: SpraxDev, SpigotMC buildToolProvider: SpraxDev # Optional -``` \ No newline at end of file +```