Skip to content

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

3 participants