Created
October 15, 2015 11:57
-
-
Save antonmry/b15c123dd86fe592cdbb to your computer and use it in GitHub Desktop.
Created gradle dependencies directly from bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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