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

[BUG] Missing spotless-lib-2.30.0.jar causing build failures #4987

Closed
ketanv3 opened this issue Oct 31, 2022 · 2 comments
Closed

[BUG] Missing spotless-lib-2.30.0.jar causing build failures #4987

ketanv3 opened this issue Oct 31, 2022 · 2 comments
Labels
bug Something isn't working untriaged

Comments

@ketanv3
Copy link
Contributor

ketanv3 commented Oct 31, 2022

Describe the bug
Gradle checks are failing due to a missing dependency JAR issue (404 error).

A problem occurred configuring root project 'OpenSearch'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find spotless-lib-extra-2.30.0.jar (com.diffplug.spotless:spotless-lib-extra:2.30.0).
     Searched in the following locations:
         https://plugins.gradle.org/m2/com/diffplug/spotless/spotless-lib-extra/2.30.0/spotless-lib-extra-2.30.0.jar
   > Could not find spotless-lib-2.30.0.jar (com.diffplug.spotless:spotless-lib:2.30.0).
     Searched in the following locations:
         https://plugins.gradle.org/m2/com/diffplug/spotless/spotless-lib/2.30.0/spotless-lib-2.30.0.jar

It appears that the JAR has vanished from this repo for version 2.30.0, but is available for other versions.

Failed builds:

To Reproduce
Trigger Gradle checks via Jenkins.

Expected behavior
Dependencies should be found.

@VachaShah
Copy link
Collaborator

@ketanv3 I don't see this issue happening for gradle checks now. Are you still facing this issue?

@ketanv3
Copy link
Contributor Author

ketanv3 commented Nov 1, 2022

This seems to be a transient issue that impacted all builds for a brief period yesterday. I'll go ahead and close this for now.

@ketanv3 ketanv3 closed this as completed Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

2 participants