From 68345bfc2744ec2663981fba9c6d6bb52d8f331b Mon Sep 17 00:00:00 2001 From: GarfieldHan <2652609017@qq.com> Date: Sun, 14 Jul 2024 08:52:28 +0800 Subject: [PATCH 1/3] dependabot: Fix branch name `yuki-api` Signed-off-by: GarfieldHan <2652609017@qq.com> --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ce458a..f225e71 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/" schedule: interval: daily - target-branch: main + target-branch: yuki-api registries: - maven-google - gradle-plugin @@ -14,7 +14,7 @@ updates: - "*" - package-ecosystem: github-actions - target-branch: main + target-branch: yuki-api directory: / schedule: interval: daily From bc55b1714fef939b768a773af79d32c83d6ded34 Mon Sep 17 00:00:00 2001 From: GarfieldHan <2652609017@qq.com> Date: Sun, 14 Jul 2024 08:55:38 +0800 Subject: [PATCH 2/3] gradle: Upgrade wrapper to 8.9 Signed-off-by: GarfieldHan <2652609017@qq.com> --- .idea/misc.xml | 1 - .idea/other.xml | 263 +++++++++++++++++++++++ gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 264 insertions(+), 2 deletions(-) create mode 100644 .idea/other.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 143a334..f3dd870 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ -