Skip to content

Instantly share code, notes, and snippets.

@talenguyen
Created May 2, 2019 10:45
Show Gist options
  • Save talenguyen/b3447ff4956cc1010570cbf4d2fd2fd0 to your computer and use it in GitHub Desktop.
Save talenguyen/b3447ff4956cc1010570cbf4d2fd2fd0 to your computer and use it in GitHub Desktop.
Gradle tasks come to rescue

Gradle tasks:

  • --recompile-scripts: Forces scripts to be recompiled while bypassing caching.
  • --rerun-tasks: Forces Gradle to rerun all tasks and ignore any task optimizations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment