Skip to content

Instantly share code, notes, and snippets.

@ethankhall
Created August 11, 2016 22:50
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 ethankhall/32346c1476f1af67f9639e65a4ea5e53 to your computer and use it in GitHub Desktop.
Save ethankhall/32346c1476f1af67f9639e65a4ea5e53 to your computer and use it in GitHub Desktop.
{py}gradle Directory Structure
$ tree
├── build.gradle
├── gradlew
├── foo
│ ├── build.gradle
│ ├── setup.cfg
│ ├── setup.py
│ ├── src
│ │ └── foo
│ │ └── __init__.py
│ ├── requirements.txt
│ └── test
│ └── test_foo.py
├── <subproject>
│ └── ...
└── settings.gradle
$ ./gradlew build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment