polkaj icon indicating copy to clipboard operation
polkaj copied to clipboard

bintray was shut down

Open paulvi opened this issue 4 years ago • 2 comments
trafficstars

bintray was shut down, so URL like this will not work https://dl.bintray.com/emerald/polkaj

Good but long description https://blog.gradle.org/jcenter-shutdown

Yes, bintray is completely down, JCenter is in readonly mode for time being.

paulvi avatar Sep 08 '21 01:09 paulvi

As of now

* What went wrong:
Execution failed for task ':balance:compileJava'.
> Could not resolve all files for configuration ':balance:compileClasspath'.
   > Could not resolve io.emeraldpay.polkaj:polkaj-api-http:0.3.0.
     Required by:
         project :balance
      > Could not resolve io.emeraldpay.polkaj:polkaj-api-http:0.3.0.
         > Could not get resource 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-api-http/0.3.0/polkaj-api-http-0.3.0.pom'.
            > Could not GET 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-api-http/0.3.0/polkaj-api-http-0.3.0.pom'. Received status code 403 from server: Forbidden
   > Could not resolve io.emeraldpay.polkaj:polkaj-api-ws:0.3.0.
     Required by:
         project :balance
      > Could not resolve io.emeraldpay.polkaj:polkaj-api-ws:0.3.0.
         > Could not get resource 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-api-ws/0.3.0/polkaj-api-ws-0.3.0.pom'.
            > Could not GET 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-api-ws/0.3.0/polkaj-api-ws-0.3.0.pom'.
               > Remote host terminated the handshake
   > Could not resolve io.emeraldpay.polkaj:polkaj-json-types:0.3.0.
     Required by:
         project :balance
      > Could not resolve io.emeraldpay.polkaj:polkaj-json-types:0.3.0.
         > Could not get resource 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-json-types/0.3.0/polkaj-json-types-0.3.0.pom'.
            > Could not GET 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-json-types/0.3.0/polkaj-json-types-0.3.0.pom'. Received status code 403 from server: Forbidden
   > Could not resolve io.emeraldpay.polkaj:polkaj-scale-types:0.3.0.
     Required by:
         project :balance
      > Could not resolve io.emeraldpay.polkaj:polkaj-scale-types:0.3.0.
         > Could not get resource 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-scale-types/0.3.0/polkaj-scale-types-0.3.0.pom'.
            > Could not GET 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-scale-types/0.3.0/polkaj-scale-types-0.3.0.pom'. Received status code 403 from server: Forbidden
   > Could not resolve io.emeraldpay.polkaj:polkaj-tx:0.3.0.
     Required by:
         project :balance
      > Could not resolve io.emeraldpay.polkaj:polkaj-tx:0.3.0.
         > Could not get resource 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-tx/0.3.0/polkaj-tx-0.3.0.pom'.
            > Could not GET 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-tx/0.3.0/polkaj-tx-0.3.0.pom'. Received status code 403 from server: Forbidden
   > Could not resolve io.emeraldpay.polkaj:polkaj-schnorrkel:0.3.0.
     Required by:
         project :balance
      > Could not resolve io.emeraldpay.polkaj:polkaj-schnorrkel:0.3.0.
         > Could not get resource 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-schnorrkel/0.3.0/polkaj-schnorrkel-0.3.0.pom'.
            > Could not GET 'https://dl.bintray.com/emerald/polkaj/io/emeraldpay/polkaj/polkaj-schnorrkel/0.3.0/polkaj-schnorrkel-0.3.0.pom'. Received status code 403 from server: Forbidden

paulvi avatar Sep 08 '21 08:09 paulvi

Any chance that the artifacts will be published somewhere else? Bintray and JCenter have been completely shut down.

alexdupre avatar Jul 19 '22 14:07 alexdupre