From 4999781a4e0cb59e7a2878ee5d5f4d8713023c17 Mon Sep 17 00:00:00 2001 From: TangHuan Date: Wed, 2 Apr 2025 10:27:52 +0800 Subject: [PATCH] init-cicd --- .gitea/workflows/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index d9b82ff..d8931af 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -15,12 +15,12 @@ jobs: - uses: https://gitea.com/actions/setup-java@v4 name: 准备jdk - cache: "maven" with: distribution: 'jdkfile' jdkFile: ${{ runner.temp }}/java_package.tar.gz java-version: '21.0.6' architecture: x64 + cache: "maven" # 缓存 Maven 依赖 - name: Cache Maven packages uses: https://gitea.com/actions/cache@v3