Skip to content

Commit 9a39ebe

Browse files
chore(deps): update plugin com.vanniktech.maven.publish to v0.35.0 (#5310)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.vanniktech.maven.publish](https://redirect.github.com/vanniktech/gradle-maven-publish-plugin) | `0.34.0` -> `0.35.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin/0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin/0.34.0/0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish)</summary> ### [`v0.35.0`](https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/blob/HEAD/CHANGELOG.md#0350--2025-11-11-) [Compare Source](https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/compare/0.34.0...0.35.0) - Add support for publishing Kotlin Multiplatform libraries that use `com.android.kotlin.multiplatform.library`. - Add support for validating deployments to Central Portal - Raise minimum Gradle version to 8.13 - Raise minimum Android Gradle Plugin version to 8.2.2 - Do not unconditionally disable DocLint - Fail publishing if `SONATYPE_HOST` is not set to `CENTRAL_PORTAL`. - Fix misleading error message when Android library variant is not found. - Downgrade transitive OkHttp version. - Don't check project heirarchy for POM properties when Isolated proejcts is enabled. Thanks to [@&#8203;joshfriend](https://redirect.github.com/joshfriend), [@&#8203;Flowdalic](https://redirect.github.com/Flowdalic) and [@&#8203;Goooler](https://redirect.github.com/Goooler) for their contributions to this release. ##### Minimum supported versions - JDK 11 - Gradle 8.13 - Android Gradle Plugin 8.2.2 - Kotlin Gradle Plugin 1.9.20 ##### Compatibility tested up to - JDK 24 - Gradle 9.2.0 - Gradle 9.3.0-milestone-1 - Android Gradle Plugin 8.13.1 - Android Gradle Plugin 9.0.0-alpha14 - Kotlin Gradle Plugin 2.2.21 - Kotlin Gradle Plugin 2.3.0-Beta2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cf8fbf commit 9a39ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id("com.palantir.git-version") version "4.0.0"
1010
id("net.ltgt.errorprone") version "4.3.0" apply false
1111
id("com.google.protobuf") version "0.9.5" apply false
12-
id("com.vanniktech.maven.publish") version "0.34.0" apply false
12+
id("com.vanniktech.maven.publish") version "0.35.0" apply false
1313
}
1414

1515
subprojects {

0 commit comments

Comments
 (0)