cfnz / muirwik

Muirwik - a Material UI React wrapper written in Kotlin
Mozilla Public License 2.0
132 stars 25 forks source link

Bintray seems to be dead #60

Closed night-crawler closed 3 years ago

night-crawler commented 3 years ago

Hi there! My build pipelines died:

* What went wrong:
Could not determine the dependencies of task ':packageJson'.
> Could not resolve all dependencies for configuration ':npm'.
   > Could not resolve com.ccfraser.muirwik:muirwik-components:0.4.1.
     Required by:
         project :
      > Could not resolve com.ccfraser.muirwik:muirwik-components:0.4.1.
         > Could not get resource 'https://dl.bintray.com/cfraser/muirwik/com/ccfraser/muirwik/muirwik-components/0.4.1/muirwik-components-0.4.1.pom'.
            > Could not GET 'https://dl.bintray.com/cfraser/muirwik/com/ccfraser/muirwik/muirwik-components/0.4.1/muirwik-components-0.4.1.pom'. Received status code 403 from server: Forbidden

AFAIK everything must be moved to maven.

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

cfnz commented 3 years ago

I am in the process of moving to Maven via sonatype (probably), but I understood that jcenter would continue to be operational in a read only manner for another month or two. Looking at their website now, it actually looks like they have decided to keep jcenter going (but read only) for longer now.

But it looks like you have a dependency on bintray which used to be the staging area before publishing to jcenter, so (for current and older versions at least) if you remove your repository for bintray and use the jcenter one instead, you should hopefully be good to go. (e.g. jcenter repository shown at mvnrepository.com: https://mvnrepository.com/artifact/com.ccfraser.muirwik/muirwik-components).

night-crawler commented 3 years ago

if you remove your repository for bintray and use the jcenter one instead, you should hopefully be good to go.

It worked, thank you. :)