An open API service indexing awesome lists of open source software.

https://github.com/navdeep-g/py-gradle-build

Tool to build a Gradle project
https://github.com/navdeep-g/py-gradle-build

gradle python

Last synced: 6 months ago
JSON representation

Tool to build a Gradle project

Awesome Lists containing this project

README

          

# Build a Gradle Project from Python

## Repo Details

- **`GradleProjFiles`**: Contains a starter Gradle project. You can modify these files to suit your needs.
- **`build_gradle.py`**: Automates the creation of a new Java project using the files in `GradleProjFiles`.
- To create a project, run: `python build_gradle.py --d myproj --p /path/to/project/`