You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@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:
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.
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
Also, As per https://plugins.gradle.org/plugin/com.jfrog.artifactory, 4.21.0 is the latest.
The text was updated successfully, but these errors were encountered: