binkley / modern-java-practices

Modern Java/JVM Build Practices
Other
943 stars 69 forks source link

[Epic] Improve performance of CI and local builds #565

Open binkley opened 3 months ago

binkley commented 3 months ago

Existing cards for this epic: #431, #466, #584.

This is a broad topic. The Rules are:

  1. Make it work.
  2. Make it right.
  3. Make it fast (optional).

You only need to make it fast if experience shows performance is an issue. This card is about quicker build times and not about code performance.