Skip to content

Instantly share code, notes, and snippets.

@sjaramillo10
Last active July 9, 2024 17:29
Show Gist options
  • Save sjaramillo10/677687e3b577e1c5ebb1988dd08aeef4 to your computer and use it in GitHub Desktop.
Save sjaramillo10/677687e3b577e1c5ebb1988dd08aeef4 to your computer and use it in GitHub Desktop.
7's Gradle cheat sheet

7's Gradle cheat sheet

I always forget my Gradle foo. Hoping this will help me (and others?) find useful Gradle commands more easily

Seems useful: https://mingliang.me/blog/gradle-cheatsheet/

Refresh dependencies

This command can be useful when configuring private dependencies in your project.

./gradlew build --refresh-dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment