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
- Host: GitHub
- URL: https://github.com/navdeep-g/py-gradle-build
- Owner: navdeep-G
- Created: 2016-12-17T00:34:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T14:46:58.000Z (almost 2 years ago)
- Last Synced: 2025-06-14T16:06:04.166Z (about 1 year ago)
- Topics: gradle, python
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`