Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove implicit dependency on deprecated jcenter #1423

Open
TwoEightNine opened this issue Nov 30, 2022 · 0 comments
Open

remove implicit dependency on deprecated jcenter #1423

TwoEightNine opened this issue Nov 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@TwoEightNine
Copy link

Is your feature request related to a problem? Please describe.
jcenter is deprecated so i would like to remove it from my project but it is impossible because toast-rule implicitly depends on it.

> Could not resolve all files for configuration ':***:***AndroidTestRuntimeClasspath'.
   > Could not find com.forkingcode.espresso.contrib:espresso-descendant-actions:1.4.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/forkingcode/espresso/contrib/espresso-descendant-actions/1.4.0/espresso-descendant-actions-1.4.0.pom
       - https://repo.maven.apache.org/maven2/com/forkingcode/espresso/contrib/espresso-descendant-actions/1.4.0/espresso-descendant-actions-1.4.0.pom
       - https://jitpack.io/com/forkingcode/espresso/contrib/espresso-descendant-actions/1.4.0/espresso-descendant-actions-1.4.0.pom
       - https://maven.google.com/com/forkingcode/espresso/contrib/espresso-descendant-actions/1.4.0/espresso-descendant-actions-1.4.0.pom
       - https://zendesk.jfrog.io/zendesk/repo/com/forkingcode/espresso/contrib/espresso-descendant-actions/1.4.0/espresso-descendant-actions-1.4.0.pom
     Required by:
         project *** > com.avito.android:toast-rule:2022.14 > com.avito.android:ui-testing-core:2022.14

espresso-descendant-actions is only available in jcenter: https://mvnrepository.com/artifact/com.forkingcode.espresso.contrib/espresso-descendant-actions

Describe the solution you'd like
i would like toast-rule (and all libs in perspective) not to depend on jcenter

@TwoEightNine TwoEightNine added the enhancement New feature or request label Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant