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

Fix jfrog dependency error on gradle install #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heralden
Copy link
Member

When running ./gradlew install it gives this error:

* What went wrong:
A problem occurred configuring project ':bio-source-humanmine-static'.
> Could not resolve all artifacts for configuration ':bio-source-humanmine-static:classpath'.
   > Could not find com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0.
     Searched in the following locations:
       - https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.8.0/gradle-bintray-plugin-1.8.0.pom
       - https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.8.0/gradle-bintray-plugin-1.8.0.jar
     Required by:
         project :bio-source-humanmine-static
   > Could not find org.jfrog.buildinfo:build-info-extractor-gradle:4.6.2.
     Searched in the following locations:
       - https://jcenter.bintray.com/org/jfrog/buildinfo/build-info-extractor-gradle/4.6.2/build-info-extractor-gradle-4.6.2.pom
       - https://jcenter.bintray.com/org/jfrog/buildinfo/build-info-extractor-gradle/4.6.2/build-info-extractor-gradle-4.6.2.jar
     Required by:
         project :bio-source-humanmine-static

It doesn't seem like these dependencies are actually used by humanmine-static and removing them causes gradle install task to succeed.

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

Successfully merging this pull request may close these issues.

1 participant