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
We're affected and have started looking at what we'll need to do to update our release process. The largest unknown at the moment is publishing our Gradle plugin to the Plugin Portal. We rely on Bintray for that at the moment and there's no alternative that fits with our current release process.
This commit reworks the CI pipeline to remove the use of Bintray for
publishing to Maven Central. In its place it adds a new
publishToCentral command to the release scripts. This command can be
used to publish a directory tree of artifacts to the Maven Central
gateway hosted by Sonatype.
Publishing consists of 4 steps:
1. Create the staging repository
2. Deploy artifacts to the repository
3. Close the repository
4. Release the repository
The command requires 3 arguments:
1. The type of release being performed
2. Location of a build info JSON file that describes the release
that is to be deployed
3. Root of a directory structure, in Maven repository layout, that
contains the artifacts to be deployed
Closesgh-7
See spring-projects/spring-boot#25107
Hi,
I think Boot might be affected by the Bintray shutdown announced here: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
I guess mostly the release scripts flow needs to be addressed. Feel free to close this if Boot is not affected, of course.
Cheers,
Christoph
The text was updated successfully, but these errors were encountered: