From 2059b1d77cdeb5c8c0c14778602ff927e1d67d76 Mon Sep 17 00:00:00 2001 From: xuthus Date: Mon, 15 Apr 2024 21:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95CI/CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 147c737..87054f5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,6 +18,8 @@ jobs: with: java-version: '8' distribution: 'adopt' + cache: 'maven' + cache-dependency-path: '**/pom.xml' # maven缓存,不加的话每次都会去重新拉取,会影响速度 - name: Dependies Cache uses: actions/cache@v2