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 org.ysb33r.gradle:grolifant version and use io.github.rburgst instead of com.burgstaller #1709

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

ajothomas
Copy link
Contributor

@ajothomas ajothomas commented Oct 1, 2024

Symptom:
Master build doesn't work. We run into the following exception:

 What went wrong:
A problem occurred configuring root project 'samza'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find grolifant-0.12.jar (org.ysb33r.gradle:grolifant:0.12).
     Searched in the following locations:
         https://jcenter.bintray.com/org/ysb33r/gradle/grolifant/0.12/grolifant-0.12.jar
   > Could not find okhttp-digest-1.10.jar (com.burgstaller:okhttp-digest:1.10).
     Searched in the following locations:
         https://jcenter.bintray.com/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.jar

Cause:

  • okhttp-digest's group has been changed from com.burgstaller to io.github.rburgst
  • org.ysb33r.gradle:grolifant v0.12 isn't available anymore on jcenter. This version gets transitively pulled in today.

Changes:

  • Override okhttp-digest's group from com.burgstaller to io.github.rburgst
  • Pull in org.ysb33r.gradle:grolifant 0.12.1 instead

Tests:

  • ./gradlew build

API Changes:
None

Upgrade Instructions:
None

Usage Instructions:
None

@ajothomas ajothomas merged commit 56c6267 into apache:master Oct 1, 2024
1 check passed
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 this pull request may close these issues.

2 participants