-
Notifications
You must be signed in to change notification settings - Fork 93
Feature: Support git rev-parse
#398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
- grgit not fully used see ajoberstar/grgit#398 - doesn't fully use tasks properly I don't think - file needs to be properly set to output dir
The resolve API might be the closest to a rev-parse equivalent. |
Thanks for the prompt response! |
I'm also getting an error that resolve is private within Grgit... |
If you're coming from Java it may require The default visibility in Groovy is public, so adding it explicitly like in your #398 shouldn't change anything. |
Ohhb ok that my mistake, thanks! |
- grgit not fully used see ajoberstar/grgit#398 - doesn't fully use tasks properly I don't think - file needs to be properly set to output dir revert plugin changes fix: use gradle output dir call the thingy
- grgit not fully used see ajoberstar/grgit#398 - doesn't fully use tasks properly I don't think - file needs to be properly set to output dir revert plugin changes fix: use gradle output dir call the thingy
Could be a solution to #397
The text was updated successfully, but these errors were encountered: