From 491bdf2c79116db47da4ce79266bcfdaaf197d66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:36:27 +0000 Subject: [PATCH] Update plugin pluginPublish to v2.1.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3e96cb4ba..461edadc8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -84,7 +84,7 @@ jetbrains-annotations = { module = "org.jetbrains:annotations", version = "26.1. [plugins] nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } -pluginPublish = { id = "com.gradle.plugin-publish", version = "2.1.0" } +pluginPublish = { id = "com.gradle.plugin-publish", version = "2.1.1" } gitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.5.7" } mavenPluginDevelopment = { id = "org.gradlex.maven-plugin-development", version = "1.0.3" } shadow = { id = "com.gradleup.shadow", version = "9.4.0" }