xgouchet / Elmyr

A utility to make Kotlin/Java tests random yet reproducible
Other
83 stars 3 forks source link

Seems like the hosting server of Elmyr library has been shutdown #61

Closed carlosmacieljrpe closed 2 years ago

carlosmacieljrpe commented 2 years ago

Seems like this library was using https://status.bintray.com/ which has been shutdown/ Is there any way to host the library in a different place?

In order to reproduce this issue you can check this link: https://google.bintray.com/flexbox-layout/com/github/xgouchet/Elmyr/1.3.0/Elmyr-1.3.0.pom It is returning a 502 error

xgouchet commented 2 years ago

Hi this library is distributed using Jitpack (as mentioned in the README and docs). Simply add this to your build.gradle file to be able to use it:

    repositories {
        maven { url "https://jitpack.io" }
    }