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

Build fails, because grolifant not in Maven repo #680

Open
Lyannic opened this issue Jun 23, 2023 · 4 comments
Open

Build fails, because grolifant not in Maven repo #680

Lyannic opened this issue Jun 23, 2023 · 4 comments

Comments

@Lyannic
Copy link

Lyannic commented Jun 23, 2023

Since yesterday, my build is failing, because grolifant:0.14 can't be found in the Maven repo anymore. I changed nothing in my project. When I browse the repo in the browser, I also can't find it. For me, it looks very similar to #652.

 A problem occurred configuring project ':docs'.
> Could not resolve all artifacts for configuration ':docs:classpath'.
    > Could not find org.ysb33r.gradle:grolifant:0.14.
      Searched in the following locations:
        - https://plugins.gradle.org/m2/org/ysb33r/gradle/grolifant/0.14/grolifant-0.14.pom
      If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
      Required by:
          project :docs > org.asciidoctor.jvm.convert:org.asciidoctor.jvm.convert.gradle.plugin:3.1.0 > org.asciidoctor:asciidoctor-gradle-jvm:3.1.0
          project :docs > org.asciidoctor.jvm.convert:org.asciidoctor.jvm.convert.gradle.plugin:3.1.0 > org.asciidoctor:asciidoctor-gradle-jvm:3.1.0 > org.asciidoctor:asciidoctor-gradle-base:3.1.0
@obfischer
Copy link

Same here ;-(

@ysb33r
Copy link
Member

ysb33r commented Jun 23, 2023

Please upgrade to 3.3.2 which uses Grolifant 0.16.1.

Otherwise see https://fosstodon.org/@ysb33rOrg/110594542461938818

@ysb33r
Copy link
Member

ysb33r commented Jun 23, 2023

And if you cannot upgrade try adding this to the top of your build.gradle file

buildscript.configurations.classpath.resolutionStrategy.force( 'org.ysb33r.gradle:grolifant:0.14', 'org.ysb33r.gradle:grolifant:0.16.1')

@Lyannic
Copy link
Author

Lyannic commented Jun 23, 2023

Thank you very much! Upgrading to 3.3.2 worked fine for me.

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