Skip to content

Instantly share code, notes, and snippets.

@deeTEEcee
Created February 16, 2020 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deeTEEcee/d6860c830b04ce72dd817389b4508c07 to your computer and use it in GitHub Desktop.
Save deeTEEcee/d6860c830b04ce72dd817389b4508c07 to your computer and use it in GitHub Desktop.
shit bug experiences

List of Difficult Bugs

The Gradle bug Case: I ran a basic gradle command ./gradlew help to test if the configuration and setup is done right. After I added a new plugin, I get an error saying a java method doesn't exist. How long did it take to solve: 1-2 days Reason it was unsolveable: A poor implementation of gradle has their dependencies leaking from one place to the other but it's really difficult to make that connection. Post-mortem: Nothing I really could've done here to speed up my effort. You need a deeper understanding of gradle internals (or to have used buildSrc before)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment