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

Benjamin Muschko

Gradle Summit

Palo Alto · June 22 - 23, 2017

You are viewing details from a past event
Benjamin Muschko

Independent Consultant, Automated Ascent

Benjamin Muschko is a software engineer, consultant, and trainer with more than 20 years of experience in the industry. He specializes in cloud-native application development and transformation, container solutions, DevSecOps, and Continuous Integration/Continuous Delivery implementations. Ben is an author, a frequent speaker at conferences, and an avid open source advocate.

Presentations

Designing and writing Gradle plugins

Implementing plugins can be a daunting task for Gradle beginners and advanced users alike. The task requires many intricate considerations, decisions and deep knowledge about (sometimes undocumented) features. Have you ever asked yourself one of the following questions, then this session is for you!

  • What's the best structure for my plugin code?
  • How do I make my plugin as performant, flexible and user-friendly as possible?
  • How do I ensure the best forward and backward compatibility for builds consuming my plugin?
  • How do I expose a declarative DSL to configure my plugin's runtime behavior?