Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.33.0 source code.tar.gz | 2025-06-22 | 124.7 kB | |
0.33.0 source code.zip | 2025-06-22 | 198.5 kB | |
README.md | 2025-06-22 | 2.8 kB | |
Totals: 3 Items | 326.0 kB | 0 |
[!CAUTION] Sonatype OSSRH (oss.sonatype.org and s01.oss.sonatype.org) will be shut down on June 30, 2025.
Migration steps: 1. Sign in to the Central Portal with your existing Sonatype account 2. Go to Namespaces and click "Migrate Namespace" for the relevant namespace. Confirm the migration and wait for it to complete. 3. Optional: If you want to publish snapshots of your project tap the 3 dots next to your namespace and select "Enable SNAPSHOTs" 4. Go to Account and select "Generate User Token". Use the shown "Username" and "Password" as values for
mavenCentralUsername
andmavenCentralPassword
. 5. Configure this plugin to publish to Central Portal. Either update yourSONATYPE_HOST
property fromDEFAULT
orS01
toCENTRAL_PORTAL
or callpublishToMavenCentral()
/publishToMavenCentral(automaticRelease)
without aSonatypeHost
parameter.
BREAKING
- publishToMavenCentral()
and publishToMavenCentral(automaticRelease)
without SonatypeHost
will
now publish through the Central Portal.
- Deprecated overloads of publishToMavenCentral
that take a SonatypeHost
parameter.
- Deprecated SonatypeHost
.
New
- Basic experimental support for com.android.fused-library
. There are currently several limitations
on the Android Gradle plugin side which make signing as well as publishing sources/javadocs not possible.
Improvements
- Added new Gradle properties
- mavenCentralPublishing=true
replaces SONATYPE_HOST=CENTRAL_PORTAL
- mavenCentralAutomaticPublishing=true
replaces SONATYPE_AUTOMATIC_RELEASE=true
- signAllPublications=true
replaces RELEASE_SIGNING_ENABLED=true
- Note: The old properties continue to work and there are no plans to remove them
- The base plugin is now compatible with isolated projects as long as pomFromGradleProperties()
is
not called.
- It's possible to pass a TaskProvider
to JavadocJar.Dokka
- Improved naming of produced -javadoc
jars (locally, the name of the published artifact is unchanged)
- Resolve issue that caused version
to be read too early when publishing to
Central Portal.
Thanks to @Goooler, @solrudev and @sschuberth for their contributions to this release.
Minimum supported versions
- JDK 11
- Gradle 8.5
- Android Gradle Plugin 8.0.0
- Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
- JDK 24
- Gradle 8.14.2
- Gradle 9.0-rc1
- Android Gradle Plugin 8.10.0
- Android Gradle Plugin 8.11.0-rc02
- Android Gradle Plugin 8.12.0-alpha06
- Kotlin Gradle Plugin 2.1.21
- Kotlin Gradle Plugin 2.2.0-RC3