Gradle Summit - June 22 - 23, 2017 - No Fluff Just Stuff

Gary Hale

Gradle Summit

Palo Alto · June 22 - 23, 2017

You are viewing details from a past event
Gary Hale

Senior Software Engineer at Gradle

Gary is a software engineer at Gradle Inc and a compulsive automator. He is the author of several Gradle community plugins and is currently working on ways to make the Gradle open source build tool faster and more resource efficient.

Gary is an IT generalist with over 20 years experience in software development, operations, architecture and everything in between. He regularly conducts training classes on Gradle and speaks on topics related to devops, software development, and project automation.

Presentations

Re-envision build execution with the Gradle Worker API

In this presentation we’ll introduce the Gradle Worker API, a new model for safe, concurrent and resource efficient execution of build logic. We’ll take an example plugin and use the features of the API to make our builds run faster and reduce the complexity of our tasks. We’ll show you how to create your own workers running in the Gradle process as well as in long-lived “worker daemons”. We’ll also show how to split your work into items executed concurrently in isolated contexts. This talk will be a mixture of presentation and live demonstration.