Skip to content

4.24.8 is not stable #524

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

Open
prabhjot-seasia opened this issue Jun 30, 2021 · 3 comments · Fixed by #523
Open

4.24.8 is not stable #524

prabhjot-seasia opened this issue Jun 30, 2021 · 3 comments · Fixed by #523
Labels
bug Create a report to help us improve

Comments

@prabhjot-seasia
Copy link

prabhjot-seasia commented Jun 30, 2021

Describe the bug
In our code we are using
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:latest.release' which seems referring to 4.24.8 version.
While building we are getting

Could not find org.jfrog.filespecs:file-specs-java:1.0.0.
Searched in the following locations:
- https://plugins.gradle.org/m2/org/jfrog/filespecs/file-specs-java/1.0.0/file-specs-java-1.0.0.pom
Required by:
project :test > org.jfrog.buildinfo:build-info-extractor-gradle:4.24.8 > org.jfrog.buildinfo:build-info-extractor:2.28.2

Also, As per https://plugins.gradle.org/plugin/com.jfrog.artifactory, 4.21.0 is the latest.

@prabhjot-seasia prabhjot-seasia added the bug Create a report to help us improve label Jun 30, 2021
@yahavi
Copy link
Member

yahavi commented Jun 30, 2021

@ranjit-seasia,
Thanks for reporting this issue.
We fix this issue in 4.24.9. Read more about in #522.

4.24.9 is not yet updated in Maven Central search index, but it is available in the Central repository. The update is expected to take place within less than 3 hours from now.
If it's urgent, you can set specifically 4.24.9 in your build.gradle:

classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.24.9'

Also, As per https://plugins.gradle.org/plugin/com.jfrog.artifactory, 4.21.0 is the latest.

Exactly due to the above issue, we stopped uploading to the Gradle Gallery. However, we are working on a workaround that will allow us to upload the Gradle Artifactory plugin to the Gradle Gallery safely.

We'd appreciate your feedback on that.

@yahavi yahavi linked a pull request Jun 30, 2021 that will close this issue
1 task
@sbkohel
Copy link

sbkohel commented Jun 30, 2021

Any update that you are aware of for Maven Central? We had to do work arounds on our pipelines until Maven Central picks up that change.

@yahavi
Copy link
Member

yahavi commented Jun 30, 2021

@sbkohel,
The latest release is indexed in the Maven Central search index.
Using latest.release should download 4.24.9 now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Create a report to help us improve
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants