Speeding up Jenkins and Maven with a Build Cache

Session Description

What if your CI builds and tests could be ten times faster? The Gradle and Maven Build Cache can improve your life as a developer by reducing the amount of time you spend waiting on your Java, Scala, and Kotlin builds, whether locally or as part of your automated CI. By storing compiled classes, test outputs, and other such artifacts, the build cache facilitates the reuse of output from any previously invoked Gradle task. In this breakout session, we'll take a closer look at how the build cache works and demonstrate how to best adapt it to your projects.