DEV Community

Discussion on: Reducing my Gradle plugin's impact on configuration time: A journey

Collapse
 
tomkoptel profile image
tomkoptel

@autonomousapps that is a decent article love it :) Always struggled with Gradle, and still kinda there :P Any advice about how to grow as a Gradle expert? (I suppose cramming through their docs site and playing with open-source plugins). Maybe, you have some extra good resource on your mind ;)

Anyway, great article!!!

Collapse
 
autonomousapps profile image
Tony Robalik

I learned more working on this plugin than any other way. I also read the docs like they're a book.

So:

  1. Read the docs
  2. Create a project :)