jguttman94 / pre-commit-gradle

Some custom gradle hooks for pre-commit.
MIT License
17 stars 7 forks source link

Add support for monorepo applications #9

Open brandonlenz opened 2 years ago

brandonlenz commented 2 years ago

For cases where the gradlew does not live in the repo root, would it be possible to add an arg to specify the project root or the gradlew path from the repo root?

jguttman94 commented 2 years ago

Hey, @brandonlenz, can you test out the changes in the PR I linked above? I wrote this project as a little python test, but primarily code in Golang, so I need some help with integration testing! Not super active in java these days...