Skip to content

JCenter is being sunset, publish java artifacts to Maven Central #472

@Sineaggi

Description

@Sineaggi

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

No one assigned

    Labels

    bugCreate a report to help us improve

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions