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

Failed to resolve: cn.aigestudio.wheelpicker:WheelPicker:1.1.3 #179

Open
avrutisavaliya-logistic opened this issue Sep 20, 2024 · 2 comments

Comments

@avrutisavaliya-logistic

Could not determine the dependencies of task ':app:processDebugResources'.

Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find cn.aigestudio.wheelpicker:WheelPicker:1.1.3.
Searched in the following locations:
- https://oss.sonatype.org/content/repositories/snapshots/cn/aigestudio/wheelpicker/WheelPicker/1.1.3/WheelPicker-1.1.3.pom
- https://repo.maven.apache.org/maven2/cn/aigestudio/wheelpicker/WheelPicker/1.1.3/WheelPicker-1.1.3.pom

   this can make my project issue please help me out
@analuisamartins
Copy link

Same problem, fixed adding maven { url "https://maven.scijava.org/content/repositories/public/" }

Gradle file:

allprojects {
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
        maven { url "https://maven.scijava.org/content/repositories/public/" }
    }
}

@hanswimtj
Copy link

Same problem, fixed adding maven { url "https://maven.scijava.org/content/repositories/public/" }

Gradle file:

allprojects {
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
        maven { url "https://maven.scijava.org/content/repositories/public/" }
    }
}

Saved me a day! I have about 6 dependencies with this problem, and my project cannot compile, now it's all OK!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants