From f19985eb62011aca705ffc949d5bdc28fe15c47e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:54:50 +0000 Subject: [PATCH 1/2] chore(deps): update plugin com.gradle.plugin-publish to v2.1.0 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 3b8656882e..f8d369fa15 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,7 +13,7 @@ plugins { id 'com.diffplug.spotless-changelog' version '3.1.2' apply false // https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md id 'com.github.spotbugs' version '6.4.8' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases id 'com.gradle.develocity' version '4.3.2' // https://plugins.gradle.org/plugin/com.gradle.develocity - id 'com.gradle.plugin-publish' version '2.0.0' apply false // https://plugins.gradle.org/plugin/com.gradle.plugin-publish + id 'com.gradle.plugin-publish' version '2.1.0' apply false // https://plugins.gradle.org/plugin/com.gradle.plugin-publish id 'dev.equo.ide' version '1.7.8' apply false // https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md id 'io.github.davidburstrom.version-compatibility' version '0.5.0' apply false // https://github.com/davidburstrom/version-compatibility-gradle-plugin/tags id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' apply false // https://github.com/gradle-nexus/publish-plugin/releases From c40b42f6dd6b191588e6880595f8530ba39919ad Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 5 Mar 2026 14:03:26 +0800 Subject: [PATCH 2/2] Declare compatibility for CC for the plugin https://plugins.gradle.org/docs/publish-plugin --- plugin-gradle/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugin-gradle/build.gradle b/plugin-gradle/build.gradle index 633f4e52b6..5d85b7aa3d 100644 --- a/plugin-gradle/build.gradle +++ b/plugin-gradle/build.gradle @@ -68,6 +68,11 @@ gradlePlugin { 'black', 'clang-format' ]) + compatibility { + features { + configurationCache = true + } + } } spotlessPluginLegacy { id = 'com.diffplug.gradle.spotless'