Sourced from com.vanniktech:gradle-maven-publish-plugin's releases.
0.25.2
- Fix javadoc jar being empty when using dokka.
0.25.1
- Fix snapshot publishing being broken.
0.25.0
- The
createStagingRepositorytask now uses the worker API which allows the project to built in parallel to the creation of the staging repository.- Fix incompatibility with Kotlin 1.8.20-Beta for Kotlin/JS projects. The Kotlin/JS plugin is now taking care of creating the sources jar on its own. Because of this the base plugin won't allow disabling sources jar creation for Kotlin/JS projects anymore starting with 1.8.20. The
KotlinJsconstructor with asourcesJarparameter has been deprecated.- Fix incompatibility with Gradle 8.1 for
java-test-fixturesprojects- Fix incompatibility with
com.gradle.plugin-publish1.0.0 and 1.1.0- New minimum supported versions:
- Gradle 7.4
- Android Gradle Plugin 7.3.0
- Kotlin Gradle Plugin 1.7.0
com.gradle.plugin-publish1.0.0- Note: Starting with Kotlin 1.8.20-Beta the
commonsources jar for multiplatform projects will only contain the sources of the common source set instead of containing the sources from all source sets.Configuration cache status
Configuration cache is supported starting with Gradle 7.6+ except for:
- Builds with enabled signing, will be resolved in Gradle 8.1.
- Publishing releases to Maven Central (snapshots are fine), blocked by [Gradle issue #22779](gradle/gradle#22779).
- Kotlin Multiplatform projects, blocked by KT-49933.
Sourced from com.vanniktech:gradle-maven-publish-plugin's changelog.
0.25.2 (2023-04-16)
- Fix javadoc jar being empty when using dokka.
0.25.1 (2023-03-24)
- Fix snapshot publishing being broken.
0.25.0 (2023-03-23)
- The
createStagingRepositorytask now uses the worker API which allows the project to built in parallel to the creation of the staging repository.- Fix incompatibility with Kotlin 1.8.20-Beta for Kotlin/JS projects. The Kotlin/JS plugin is now taking care of creating the sources jar on its own. Because of this the base plugin won't allow disabling sources jar creation for Kotlin/JS projects anymore starting with 1.8.20. The
KotlinJsconstructor with asourcesJarparameter has been deprecated.- Fix incompatibility with Gradle 8.1 for
java-test-fixturesprojects- Fix incompatibility with
com.gradle.plugin-publish1.0.0 and 1.1.0- New minimum supported versions:
- Gradle 7.4
- Android Gradle Plugin 7.3.0
- Kotlin Gradle Plugin 1.7.0
com.gradle.plugin-publish1.0.0- Note: Starting with Kotlin 1.8.20-Beta the
commonsources jar for multiplatform projects will only contain the sources of the common source set instead of containing the sources from all source sets.Configuration cache status
Configuration cache is supported starting with Gradle 7.6+ except for:
- Builds with enabled signing, will be resolved in Gradle 8.1.
- Publishing releases to Maven Central (snapshots are fine), blocked by [Gradle issue #22779](gradle/gradle#22779).
- Kotlin Multiplatform projects, blocked by KT-49933.
faae7cc Update to 0.25.2-rc17c9a1c9 Changelog for 0.25.2899b4da fix Dokka javadoc jar set up (https://github.com/facebook/flipper/issues/559)df8aee6 Update dependency com.android.tools.build:gradle to v8 (https://github.com/facebook/flipper/issues/557)efb4317 Update plugin com.gradle.enterprise to v3.13 (https://github.com/facebook/flipper/issues/556)5acae8c Gradle 8.1 (https://github.com/facebook/flipper/issues/554)8cc89da update tested versions (https://github.com/facebook/flipper/issues/552)436ee00 Update kotlin monorepo to v1.8.20 (https://github.com/facebook/flipper/issues/553)454faf6 Update plugin com.gradle.enterprise to v3.12.6 (https://github.com/facebook/flipper/issues/550)f740112 Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.25.1 (https://github.com/facebook/flipper/issues/548)