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 version #932

Closed
serhii-lekariev opened this issue Jan 3, 2019 · 0 comments · Fixed by #942
Closed

Update Gradle version #932

serhii-lekariev opened this issue Jan 3, 2019 · 0 comments · Fixed by #942
Assignees

Comments

@serhii-lekariev
Copy link
Contributor

serhii-lekariev commented Jan 3, 2019

Current version of Gradle wrapper used in Spine is 4.10.2.

Bumping it to the most recent 5.1 version would, among other things, update Gradle's own dependencies so that the versions don't clash.

Currently, the version clash does not allow to redirect logging in the model-verifier module, since it explicitly depends on gradleApi() and transitively depends on org.slf4j:slf4j-api:1.7.25.slf4j.
As gradle-api.4.10.2.jar that exists as a result of depending on gradleApi() depends on an old version of SLF4J, a clash happens (namely, between two versions of the org.slf4j.event.EventRecodingLogger), resulting in obscure exceptions at runtime.

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

Successfully merging a pull request may close this issue.

1 participant