Migrate away from Sonatype repo for embedded builds

It's been shut down and we can no longer publish to it.
This commit is contained in:
Robin
2025-08-01 12:38:41 +02:00
parent b84c8ab82b
commit c9fb80f702

View File

@@ -5,8 +5,6 @@
* Please see LICENSE files in the repository root for full details.
*/
import com.vanniktech.maven.publish.SonatypeHost
plugins {
alias(libs.plugins.android.library)
alias(libs.plugins.maven.publish)
@@ -27,7 +25,7 @@ android {
}
mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
publishToMavenCentral(automaticRelease = true)
signAllPublications()