Talk


The Gradle Build Tool comes with a number of performance optimizations that help reduce the work to be done for each build. However some of these optimizations are achieved by keeping local state. While this is beneficial for local development, it can cause surprises in modern continuous integration setups where the trend is to have isolated and disposable environments. Suddenly, your Gradle build is slow!
The goal of this session is to provide strategies for getting the best of both worlds: Allow Gradle to leverage its performance optimizations while running in ephemeral environments.
The session will cover different performance aspects of a Gradle build and show you how to leverage them in such an environment.
Louis Jacomet
Gradle
Louis Jacomet has been perfecting his knowledge of Java for more than 20 years. Always a developer at heart, his role evolved over the last years to include technical team leading, coaching and some management. In addition to the bits and bytes, Louis is interested in people management skills mandatory to create a productive project team. To complete the buzzword bingo, Louis is interested in agile practices for the visibility, communication and result orientation it promotes. After working remotely from Belgium for Terracotta, with a focus on Ehcache, Louis is now part of the Gradle build tool team.