You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the build process, I encountered the following problem:
“Could not find org.codehaus.groovy.modules.http-builder:http-builder:0.7.2.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/http-builder-0.7.2.pom
- https://plugins.gradle.org/m2/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/http-builder-0.7.2.pom
Required by:
project :> com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3”
Adding below lines in build.gradle could sovle my problem. ref from this link:
During the build process, I encountered the following problem:
Adding below lines in
build.gradle
could sovle my problem.ref from this link:
The text was updated successfully, but these errors were encountered: