Skip to content
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

Update gradle-git-properties and do a new release #4

Open
lfgcampos opened this issue Nov 8, 2022 · 2 comments
Open

Update gradle-git-properties and do a new release #4

lfgcampos opened this issue Nov 8, 2022 · 2 comments

Comments

@lfgcampos
Copy link

Even if gradle-git-properties was updated on the commit f6d082f to version 2.2.4, this new version wasn't released (latest is 0.1.3 while the commit changed the version to 0.1.4).

https://plugins.gradle.org/plugin/com.pasam.gradle.buildinfo

Also, note that the gradle-git-properties has latest as 2.4.1 and this project can also benefit from updating it.


For some strange reason, my project started to failed today because it could not find org.ajoberstar.grgit:grgit-core:3.0.0 which is used by the old version indicated above.
Updating the project is both a way to fix it and to also include the last development from the library used under the hoods.

@vaidx
Copy link

vaidx commented Nov 9, 2022

+1
The new release, as requested above would be highly appreciated. Thanks!

@vaidx
Copy link

vaidx commented Nov 9, 2022

@lfgcampos
You can also add this to your build.gradle file to fix the issue in your project temporarily.

plugins {
    id "org.ajoberstar.grgit" version "4.1.0"
}

Worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants