ufonduo commented on PR #4034:
URL: https://github.com/apache/fineract/pull/4034#issuecomment-2308149332
Hi @HarimbolaSantatra , we addressed this by adding Apache Archiva to the
**repositories** section of the **buildscript**. That is:
`
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
mavenCentral()
maven { url
"https://archiva-repository.apache.org/archiva/repository/all-public/" }
}
`
The above approach was adopted because we weren't sure that
"io.github.rburgst:okhttp-digest:1.21" is an in-place replacement for
"com.burgstaller:okhttp-digest:1.10".
--
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]