From 1e9ea0169f24a2d92741d65ddb214ae36083615e Mon Sep 17 00:00:00 2001 From: xuthus Date: Tue, 16 Apr 2024 02:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3d2d11d..ab970ef 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,7 +18,6 @@ jobs: with: java-version: '8' distribution: 'adopt' - cache: 'maven' # maven缓存,不加的话每次都会去重新拉取,会影响速度 # - name: Dependies Cache # uses: actions/cache@v2