Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Github "cache" action #599

Merged
merged 5 commits into from
Aug 5, 2021
Merged

Setup Github "cache" action #599

merged 5 commits into from
Aug 5, 2021

Conversation

brenuart
Copy link
Collaborator

@brenuart brenuart commented Aug 5, 2021

  • Enable caching of local maven repo + wrapper
  • Use "adopt" JDK instead of "Zulu"
  • Speedup Maven execution by limiting the compiler at tier 1 (java process won't last long enough to benefit from more aggressive optimisations)

closes #597

- turn off "fail-fast"
- update checkout and setup-java actions to latest version
- use actions/cache to cache maven repo and wrapper
Speedup Maven execution by limiting the compiler at tier 1 (java proceess won't last long enough to benefit from more aggressive optimisations)
@brenuart brenuart merged commit e983390 into main Aug 5, 2021
@brenuart brenuart deleted the cache-maven-repo branch August 5, 2021 10:45
@philsttr philsttr added this to the 7.0 milestone Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup Github "cache" action to avoid downloading project dependencies every time
2 participants