Releases: jguttman94/pre-commit-gradle
Releases · jguttman94/pre-commit-gradle
v0.3.0
Release - v0.2.1
- Bug - Adjusted use of shell in python subprocess execution by using tuple expansion on command execution
Release - v0.2.0
- Safety checks on gradle and gradlew installations before execution
- Refactoring common code snippets to utilities
- Default disable output from gradle commands
- '-o, --output' argument added to enable gradle output
- Colored print statements using ANSI escape sequences
- Human readable escape statements on missing gradle or gradle wrapper
Initial Release!
- Initial functionality!