kmulti / kmulti-bignumber

Kotlin multiplatform BigDecimal and BigInteger library
Apache License 2.0
4 stars 5 forks source link

403 unauthorized on https://jitpack.io (kmulti-bignumber-jvm & kmulti-bignumber-js) #4

Open RdeWilde opened 5 years ago

RdeWilde commented 5 years ago

I get an error when trying to download the jvm and js module. The common is fine. You can see that the 403 is correct, by opening the URL, it will ask you for credentials.

org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not GET 'https://jitpack.io/io/github/kmulti/kmulti-bignumber-jvm/1.2.41.2/kmulti-bignumber-jvm-1.2.41.2.module'. Received status code 401 from server: Unauthorized
    at org.gradle.internal.resource.transport.http.HttpClientHelper.processResponse(HttpClientHelper.java:158)
    at org.gradle.internal.resource.transport.http.HttpClientHelper.performGet(HttpClientHelper.java:84)
    at 
abissell commented 5 years ago

Thanks for the issue report, will try and get this patched up soon.