Skip to content

Migrate from JCenter() to the mavenCentral() #483

@rustam-baktybek

Description

@rustam-baktybek

Description

As of 10/26/222 the orma library was removed from Jcenter because it has not been updated in the last 2 years. (Maven Central repo also have a reference to the JCenter )

So , orma library could not be downloaded with gradle , we get timeout error

Solution

I found the solution how we can implement orma project with gradle

 repositories {
         jCenter() -> remove this line
        mavenCentral()
        gradlePluginPortal()
    }

Reference

https://jcenter.bintray.com/com/github/maskarade/android/orma/orma/6.0.2 -> Could not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions