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

Packages missing from repositories #88

Open
mhsmith opened this issue Oct 11, 2018 · 3 comments
Open

Packages missing from repositories #88

mhsmith opened this issue Oct 11, 2018 · 3 comments

Comments

@mhsmith
Copy link

mhsmith commented Oct 11, 2018

markdown-doclet:1.4 does not work with mavenCentral(), because that version is not in that repository.

Neither markdown-doclet:1.4 nor markdown-doclet:1.3 works with jcenter(), because pegdown version 1.6.0 is not in that repository. I think this has just recently changed: version 1.3 used to work for me.

I'm currently working around this by using markdown-doclet:1.3 with mavenCentral().

@richard-melvin
Copy link

richard-melvin commented Feb 2, 2019

Have you tried here?

@mhsmith
Copy link
Author

mhsmith commented Feb 2, 2019

Thanks, for some reason I didn't realize the project had been renamed. I mixed up the two names in my original report: I was actually working around it by using pegdown-doclet:1.3, not markdown-doclet.

However, there is still a problem. With mavenCentral() and markdown-doclet:1.4, I get the following error.

 > Could not resolve org.jenkins-ci:annotation-indexer:1.4.
     Required by:
         project : > ch.raffael.markdown-doclet:markdown-doclet:1.4 > org.kohsuke:github-api:1.76 > com.infradna.tool:bridge-method-annotation:1.14
      > Could not resolve org.jenkins-ci:annotation-indexer:1.4.
         > Could not parse POM https://repo.maven.apache.org/maven2/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.pom
            > Could not find org.jenkins-ci:jenkins:1.26.
              Searched in the following locations:
                  https://repo.maven.apache.org/maven2/org/jenkins-ci/jenkins/1.26/jenkins-1.26.pom
                  https://repo.maven.apache.org/maven2/org/jenkins-ci/jenkins/1.26/jenkins-1.26.jar

If I use jcenter() instead, then it works fine. Maybe the documentation should be updated.

@manuel-mauky
Copy link

I have the same problem and for me it only works if I add both jcenter() and mavenCentral().
To test this I'm forcing gradle to download the dependencies with ./gradlew build --refresh-dependencies. I have no idea why.

mhsmith pushed a commit to chaquo/chaquopy that referenced this issue Jul 20, 2022
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

3 participants