filestack-android icon indicating copy to clipboard operation
filestack-android copied to clipboard

Could not find org.codehaus.groovy.modules.http-builder:http-builder:0.7.2

Open BipinAle237 opened this issue 11 months ago • 0 comments

Can someone help me resolve this issue? I cloned this repository and attempted to run it, but during the Gradle build process, the following error occurred:

A problem occurred configuring project ':filestack'.
> Could not resolve all files for configuration ':filestack:classpath'.
   > Could not find org.codehaus.groovy.modules.http-builder:http-builder:0.7.2.
     Searched in the following locations:
       - https://plugins.gradle.org/m2/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/http-builder-0.7.2.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :filestack > com.jfrog.bintray:com.jfrog.bintray.gradle.plugin:1.7.3 > com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

BipinAle237 avatar Dec 31 '24 12:12 BipinAle237