allure-framework / allure-kotlin

Allure integrations for test frameworks targeting Kotlin and Java with 1.6 source compatibility.
Apache License 2.0
56 stars 21 forks source link

Cannot download from https://dl.bintray.com/qameta/maven due to HTTP 403 error #55

Closed vganin closed 3 years ago

vganin commented 3 years ago

I'm submitting a ...

What is the current behavior?

Cannot download from https://dl.bintray.com/qameta/maven due to HTTP 403 error.

03:06:32 * What went wrong:
03:06:32 Could not determine the dependencies of task ':android:yandexmaps:compileReleaseJavaWithJavac'.
03:06:32 > Could not resolve all task dependencies for configuration ':android:yandexmaps:releaseCompileClasspath'.
03:06:32    > Could not resolve io.qameta.allure:allure-kotlin-model:2.2.0.
03:06:32      Required by:
03:06:32          project :android:yandexmaps
03:06:32       > Could not resolve io.qameta.allure:allure-kotlin-model:2.2.0.
03:06:32          > Could not get resource 'https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-kotlin-model/2.2.0/allure-kotlin-model-2.2.0.pom'.
03:06:32             > Could not GET 'https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-kotlin-model/2.2.0/allure-kotlin-model-2.2.0.pom'. Received status code 403 from server: Forbidden
03:06:32    > Could not resolve io.qameta.allure:allure-kotlin-commons:2.2.0.
03:06:32      Required by:
03:06:32          project :android:yandexmaps
03:06:32       > Could not resolve io.qameta.allure:allure-kotlin-commons:2.2.0.
03:06:32          > Could not get resource 'https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-kotlin-commons/2.2.0/allure-kotlin-commons-2.2.0.pom'.
03:06:32             > Could not GET 'https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-kotlin-commons/2.2.0/allure-kotlin-commons-2.2.0.pom'. Received status code 403 from server: Forbidden
03:06:32    > Could not resolve io.qameta.allure:allure-kotlin-junit4:2.2.0.
03:06:32      Required by:
03:06:32          project :android:yandexmaps
03:06:32       > Could not resolve io.qameta.allure:allure-kotlin-junit4:2.2.0.
03:06:32          > Could not get resource 'https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-kotlin-junit4/2.2.0/allure-kotlin-junit4-2.2.0.pom'.
03:06:32             > Could not GET 'https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-kotlin-junit4/2.2.0/allure-kotlin-junit4-2.2.0.pom'. Received status code 403 from server: Forbidden
03:06:32    > Could not resolve io.qameta.allure:allure-kotlin-android:2.2.0.
03:06:32      Required by:
03:06:32          project :android:yandexmaps
03:06:32       > Could not resolve io.qameta.allure:allure-kotlin-android:2.2.0.
03:06:32          > Could not get resource 'https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-kotlin-android/2.2.0/allure-kotlin-android-2.2.0.pom'.
03:06:32             > Could not GET 'https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-kotlin-android/2.2.0/allure-kotlin-android-2.2.0.pom'. Received status code 403 from server: Forbidden
eroshenkoam commented 3 years ago

Bintray unlock our account right now, but we are moving to maven central in next two weeks

eroshenkoam commented 3 years ago

So it works right now, but stay in touch

hram commented 3 years ago

Could not resolve io.qameta.allure:allure-kotlin-commons:2.1.2. 16:50:03 Could not get resource 'https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-kotlin-commons/2.1.2/allure-kotlin-commons-2.1.2.pom'. 16:50:03 Could not GET 'https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-kotlin-commons/2.1.2/allure-kotlin-commons-2.1.2.pom'. Received status code 403 from server: Forbidden

@eroshenkoam any progress with moving to maven? How can I fix this issue?

kevinzetterstrom commented 3 years ago

This is again happening (Bintray Brown-Out to warn users of shutdown) https://status.bintray.com/ - when will this be resolved?

aleien commented 3 years ago

Same here!

almaz010891 commented 3 years ago

Bintray unlock our account right now, but we are moving to maven central in next two weeks

how to download from maven central? Just delete old repository maven { url 'https://dl.bintray.com/qameta/maven' } in gradle, right? Plaase update readme in allure-android and allure-kotlin libs . Thanks