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

Cannot find http-builder:0.7.2. during build #735

Open
addw1 opened this issue Feb 1, 2025 · 0 comments
Open

Cannot find http-builder:0.7.2. during build #735

addw1 opened this issue Feb 1, 2025 · 0 comments

Comments

@addw1
Copy link

addw1 commented Feb 1, 2025

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:

buildscript {
    repositories {
        maven { url "https://repo.grails.org/grails/core/" }
        ...
    }
}
allprojects {
    repositories {
        maven { url "https://repo.grails.org/grails/core/" }
        ...
    }
}
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

1 participant