Open
Description
Getting errors when running the project.
I was using the below configuration in the project.
maven { url "http://dl.bintray.com/piasy/maven" }
implementation 'im.ene.toro3:toro:3.7.0.2804-SNAPSHOT'
implementation ('im.ene.toro3:toro-ext-exoplayer:3.6.0.2802')
And it's working fine but today i am getting below error.
Could not GET 'http://dl.bintray.com/piasy/maven And/im/ene/toro3/toro/3.7.0.2804-SNAPSHOT/maven-metadata.xml
'. Received status code 403 from server: Forbidden
Disable Gradle 'offline mode' and sync project
After that i tired to replace maven { url "http://dl.bintray.com/piasy/maven" } to maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } and getting below error.
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDevelopmentDebug'.
> Could not resolve all files for configuration ':app:developmentDebugCompileClasspath'.
> Could not find im.ene.toro3:toro:3.7.0.2804-SNAPSHOT.
Required by:
project :app
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
After that, i tried to replace
implementation ('im.ene.toro3:toro-ext-exoplayer:3.6.0.2802')
to
implementation 'im.ene.toro3:toro:3.7.0.2901-SNAPSHOT'
implementation ('im.ene.toro3:toro-ext-exoplayer:3.7.0.2901-SNAPSHOT')
and getting below error
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDevelopmentDebug'.
> Could not resolve all files for configuration ':app:developmentDebugCompileClasspath'.
> Could not find im.ene.toro3:toro:3.7.0.2901-SNAPSHOT.
Required by:
project :app
> Could not find im.ene.toro3:toro-ext-exoplayer:3.7.0.2901-SNAPSHOT.
Required by:
project :app
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
My project not running it is urgent please reply ASAP.
Thanks,
Metadata
Metadata
Assignees
Labels
No labels