HarimbolaSantatra opened a new pull request, #4034: URL: https://github.com/apache/fineract/pull/4034
## Description As mentioned in [the Jira ticket](https://issues.apache.org/jira/browse/FINERACT-2108), `com.burgstaller:okhttp-digest:1.10` is no longer available on Maven Central nor any other repositories. The full error: ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'fineract'. > Could not resolve all files for configuration ':classpath'. > Could not find com.burgstaller:okhttp-digest:1.10. Searched in the following locations: - https://plugins.gradle.org/m2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom Required by: project : > org.asciidoctor.jvm.gems:org.asciidoctor.jvm.gems.gradle.plugin:3.3.2 > org.asciidoctor:asciidoctor-gradle-jvm-gems:3.3.2 > com.github.jruby-gradle:jruby-gradle-core-plugin:2.0.2 > io.github.http-builder-ng:http-builder-ng-okhttp:1.0.3 * Try: > If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Get more help at https://help.gradle.org. ``` Credit: - [psathuluri](https://github.com/rburgst/okhttp-digest/issues/86#issuecomment-2240821581) (Github issue) - [Samart Singh Thakur](https://issues.apache.org/jira/browse/FINERACT-2108?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&focusedCommentId=17875588) (Jira Ticket) ## Checklist - [X] Write the commit message as per https://github.com/apache/fineract/#pull-requests - [X] Acknowledge that we will not review PRs that are not passing the build _("green")_ - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers. - [ ] Create/update unit or integration tests for verifying the changes made. - [X] Follow coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions. - [ ] Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes - [X] Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the developer mailing list for guidance, if required.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
