-
Notifications
You must be signed in to change notification settings - Fork 157
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
Build Error when using scmVersion.version #357
Comments
I do not get this error when using version 1.11.0 or below... only with versions 1.12.0 and up. |
This looks to be an issue with another plugin (gradle-git-properties) also using JGIT by way of grgit-core which is using version 5.8 of JGIT. |
Thank you - removed the gradle-git-properties and it works again :)! |
Downgrading to |
@Haardt any chance you found anything to replace |
@singleplayer88 you can safely use axion 1.13.2 with gradle-git-properties 2.2.3. The reason behind this error is that both libraries use different jgit versions. If jgit was shadowed in one of them... |
@milesje @singleplayer88 I checked axion 1.13.3 and gradle-git-properties 2.3.1 and they work together really well |
i'm just passing through...i think this can be closed now? @bgalek |
Setting
version = scmVersion.version
in build.gradle file results in an error.The text was updated successfully, but these errors were encountered: