Artifact org.codehaus.groovy.modules.http-builder is not found

This artifact group: ‘com.jfrog.bintray.gradle’, name: ‘gradle-bintray-plugin’, version: ‘1.7.3’ dependency artifact group: ‘org.codehaus.groovy.modules.http-builder’, name: ‘http-builder’, version: ‘0.7.2’ is not found. Kindly help me to add it.

I face the same issue. Cannot resolve “org.codehaus.groovy.modules.http-builder:http-builder:0.7.2”. Can someone help resolve the issue??

This version seems to not be available on Maven Central or Gradle Plugin Portal: https://mvnrepository.com/artifact/org.codehaus.groovy.modules.http-builder/http-builder/0.7.2

So you need to add one of the repositories where it is available to the plugin repositories, or make the project publish that version to Maven Central, or make the plugin use a different version or lib.