-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
bugCreate a report to help us improveCreate a report to help us improve
Description
Describe the bug
JCenter is going away as per https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
To Reproduce
repositories {
mavenCentral()
}
dependencies {
implementation("org.jfrog.buildinfo:build-info-extractor-gradle:4.21.0")
}
stacktrace
> Could not find org.jfrog.buildinfo:build-info-extractor-gradle:4.21.0.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/jfrog/buildinfo/build-info-extractor-gradle/4.21.0/build-info-extractor-gradle-4.21.0.pom
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
project :artifactory-gradle-plugin
Expected behavior
Expected build-info-extractor dependencies to resolve.
Additional context
Would like to see all previously published build-info-* jars published to mavencentral.
Metadata
Metadata
Assignees
Labels
bugCreate a report to help us improveCreate a report to help us improve