-
Notifications
You must be signed in to change notification settings - Fork 55
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
Error using version 1.5.0 | Execution failed for task ':generateGitProperties'. #107
Comments
Temporary kludge to avoid this error:
|
If possible, can you provide a minimal build.gradle to reproduce the issue? Thanks. |
Never mind, I can reproduce the issue now. Will provide a fix soon. Thanks for reporting. |
This issue comes from grgit 2.1.1 which being used by this plugin (see ajoberstar/grgit#229 ). Specifically, grgit 2.1.1 using jgit with dynamic version range, so jgit 4.x is upgraded automatically to jgit 5.x when 5.x available recently (which is not backward compatible to 4.x). Solution: We will need to upgrade the plugin dependency from grgit 2.1.1 to grgit 2.2.1 (using static version of jgit) |
…ture of method: org.eclipse.jgit.internal.storage.file.FileRepository.getRef()) (#108)
…ture of method: org.eclipse.jgit.internal.storage.file.FileRepository.getRef())
I have delivered the fix for this issue. @n0mer Can you help to publish a new version to fix this critical issue soon? Thanks. |
@varunmehta @cdmbr New version v1.5.1 is just published thanks to @n0mer |
Tested and works! Thanks a lot guys. |
spring-boot-version: 1.5.13
plugin version:
id "com.gorylenko.gradle-git-properties" version "1.5.0"
The text was updated successfully, but these errors were encountered: