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.
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.