kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

[KTI-2375] Refactor publishing to support arbitrary maven repository

Open SmialyKot opened this issue 5 months ago • 0 comments
trafficstars

The oss.sonatype repository is being sunset and maven.pkg.jetbrains.space is as well. The best way to future-proof is to accept generic repository and username/password and make all the changes in TC deployments instead of the publishing code.

The change in kotlinx.coroutines was made to showcase what needs to be done for other kotlinx libraries. We will now publish to Space packages and then relay from it to Central via a dedicated deployment.

SmialyKot avatar Jun 11 '25 11:06 SmialyKot