4.24.8 is not stable
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.
@ranjit-seasia, Thanks for reporting this issue. We fix this issue in 4.24.9. Read more about in https://github.com/jfrog/build-info/issues/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.
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.
@sbkohel,
The latest release is indexed in the Maven Central search index.
Using latest.release should download 4.24.9 now.