Skip to content

Conversation

@yewton
Copy link
Contributor

@yewton yewton commented Aug 3, 2024

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

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
Copy link
Collaborator

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
Copy link
Contributor Author

yewton commented Aug 5, 2024

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

@yewton
Copy link
Contributor Author

yewton commented Aug 9, 2024

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

Copy link
Collaborator

@jbachorik jbachorik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jbachorik jbachorik added this pull request to the merge queue Aug 16, 2024
Merged via the queue into btraceio:develop with commit a7dbd9c Aug 16, 2024
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.

Build fails with missing artifact

2 participants