From 1bcc00ad6eac82ab399710cb647c948b44024fec Mon Sep 17 00:00:00 2001 From: Goooler Date: Sun, 23 Nov 2025 13:07:20 +0800 Subject: [PATCH 1/3] Revert "Update plugin buildconfig to v6.0.1 (#237)" This reverts commit 286228fc772cb714689a0f60229cea89e159bc5d. --- 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 8547d35..5dada68 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,6 +20,6 @@ ktlint = "com.pinterest.ktlint:ktlint-cli:1.8.0" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } -buildconfig = "com.github.gmazzo.buildconfig:6.0.1" +buildconfig = "com.github.gmazzo.buildconfig:6.0.0" shadow = "com.gradleup.shadow:9.2.2" spotless = "com.diffplug.spotless:8.1.0" From 80dae8e1b1a7370b69e2f3e0b4c9289831414d50 Mon Sep 17 00:00:00 2001 From: Goooler Date: Sun, 23 Nov 2025 13:09:05 +0800 Subject: [PATCH 2/3] Remove matchCurrentVersion --- .github/renovate.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2417eba..5dd49c4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,7 +9,6 @@ "minor", "patch", ], - "matchCurrentVersion": "!/^0/", "automerge": true, }, ], From a2b7c81e7ea646e93cce2fc01ba4ee212fa7298e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 05:09:35 +0000 Subject: [PATCH 3/3] Update plugin buildconfig to v6.0.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 5dada68..8547d35 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,6 +20,6 @@ ktlint = "com.pinterest.ktlint:ktlint-cli:1.8.0" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } -buildconfig = "com.github.gmazzo.buildconfig:6.0.0" +buildconfig = "com.github.gmazzo.buildconfig:6.0.1" shadow = "com.gradleup.shadow:9.2.2" spotless = "com.diffplug.spotless:8.1.0"