Skip to content

Instantly share code, notes, and snippets.

@jzillmann
Last active August 12, 2018 05:02
Show Gist options
  • Select an option

  • Save jzillmann/07a9bb6d4c20fe70d3b2f6191ea8bef8 to your computer and use it in GitHub Desktop.

Select an option

Save jzillmann/07a9bb6d4c20fe70d3b2f6191ea8bef8 to your computer and use it in GitHub Desktop.
Gradle Snippets
// Add dependsOn to existing task
test.dependsOn jar
test.dependsOn tasks.getByPath(':submodule1:shadowJar')
// Update gradle wrapper in a project
gradle wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment