Skip to content

Instantly share code, notes, and snippets.

@antonmry
Created October 15, 2015 11:57
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 antonmry/b15c123dd86fe592cdbb to your computer and use it in GitHub Desktop.
Save antonmry/b15c123dd86fe592cdbb to your computer and use it in GitHub Desktop.
Created gradle dependencies directly from bash
for i in *.jar; do echo "providedCompile files(\"\${projectDir}/src/main/resources/$i\")"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment