btraceio / btrace

BTrace - a safe, dynamic tracing tool for the Java platform
5.82k stars 959 forks source link

Fix grgit-core dependency resolution issue #693

Closed yewton closed 2 months ago

yewton commented 3 months ago

By using the version 4.1.1 instead of 4.0.1. The version 4.0.1 has been removed from the Maven Central Repository.

It can be found on JCenter repository, so the dependency issue can also be fixed by following configuration in settings.gradle:

pluginManagement {
    repositories {
        jcenter()
        gradlePluginPortal()
    }
}

But JCenter repository is deprecated and unreliable.

Fixes #631

jbachorik commented 3 months ago

Hi @yewton , first of all, thanks for your contribution!

But I will have to ask you to sign OCA before I can accept this contribution. I apologise for the inconvenience but I have to do it :(

Thanks for your understanding.

yewton commented 3 months ago

I have submitted the request and it has been under review, thanks.

yewton commented 3 months ago

Hi @jbachorik , my OCA has been processed. Could you review this again, please?