Skip to content

Instantly share code, notes, and snippets.

@NovaRemitly
Last active December 17, 2020 22:15
Show Gist options
  • Save NovaRemitly/39a931a275056f5b38ca972e47e04eb2 to your computer and use it in GitHub Desktop.
Save NovaRemitly/39a931a275056f5b38ca972e47e04eb2 to your computer and use it in GitHub Desktop.
Useful Gradle tips
  • Add failOnVersionConflict() to configurations.all.resolutionStrategy to get detailed information about transitive version conflicts.
  • Run gradle buildEnvironment to get detailed information about the project's buildscript dependencies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment