Add note to explain situation with actions/cache

This commit is contained in:
jimmyd-be
2020-12-14 21:01:26 +01:00
committed by GitHub
parent 75f172be63
commit 25300b87d9

View File

@ -119,6 +119,8 @@ steps:
oracleRepo: true
```
**Note**: When using maven-settings-action in combination with Cache action (actions/cache) it is required to place the cache action **before** maven-settings-action.
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)