From b0b868593dcbe9632b28c41e0184d7593a9aa8b7 Mon Sep 17 00:00:00 2001 From: lafay <2021211506@stu.hit.edu.cn> Date: Tue, 16 Jun 2026 00:27:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7c674f0..e3a96c4 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -215,15 +215,19 @@ jobs: } dependencyResolutionManagement { - repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS) repositories { maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/public' } maven { url 'https://maven.aliyun.com/repository/central' } maven { url 'https://developer.huawei.com/repo/' } - maven { url 'https://www.jitpack.io' } google() mavenCentral() + maven { + url 'https://www.jitpack.io' + content { + includeGroupByRegex "com\\.github.*" + } + } } } @@ -274,10 +278,15 @@ jobs: maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/public' } maven { url 'https://maven.aliyun.com/repository/central' } - maven { url 'https://www.jitpack.io' } maven { url 'https://developer.huawei.com/repo/' } google() mavenCentral() + maven { + url 'https://www.jitpack.io' + content { + includeGroupByRegex "com\\.github.*" + } + } } }