Merge pull request #82 from jimmyd-be/master

Add note to explain situation with actions/cache
This commit is contained in:
Slawomir Jaranowski
2020-12-15 10:49:53 +01:00
committed by GitHub

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)