Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

Since yesterday I get the problem that the spotbugs gradle plugin cannot be found. The Version we are looking for is 4.7.1.

Gradle Error: Could not find com.github.spotbugs:spotbugs-gradle-plugin

I configured the following repositories:

  • https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-gradle-plugin/4.7.1/spotbugs-gradle-plugin-4.7.1.pom
  • https://plugins.gradle.org/m2/com/github/spotbugs/spotbugs-gradle-plugin/4.7.1/spotbugs-gradle-plugin-4.7.1.pom
  • https://repository.mulesoft.org/nexus/content/repositories/public/com/github/spotbugs/spotbugs-gradle-plugin/4.7.1/spotbugs-gradle-plugin-4.7.1.pom
  • The configuration is like described in the documentation and as a said it worked for months without problems.

    Any ideas what is wrong now? New Repository, major structural change,...?

    The first link says it available here: plugins.gradle.org/m2 , but this link is not working. Josef Schauer Sep 20, 2021 at 12:50 I don't know what is happening but You can switch the repository as long as the package is correct. glovemobile Sep 20, 2021 at 12:59

    Thanks for contributing an answer to Stack Overflow!

    • Please be sure to answer the question . Provide details and share your research!

    But avoid

    • Asking for help, clarification, or responding to other answers.
    • Making statements based on opinion; back them up with references or personal experience.

    To learn more, see our tips on writing great answers .