jguttman94 / pre-commit-gradle

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

Add support for monorepo applications #9

Open brandonlenz opened 1 year ago

brandonlenz commented 1 year 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 1 year 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...