From 31f8172473128113289dc3a6591631551a78a4de Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 10 Dec 2024 17:18:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E9=99=A4=20Maven=20=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/frontend-build.yml b/.github/workflows/frontend-build.yml index ea0afd4c71..333efe6ae1 100644 --- a/.github/workflows/frontend-build.yml +++ b/.github/workflows/frontend-build.yml @@ -26,8 +26,6 @@ jobs: with: distribution: 'zulu' java-version: 21 - cache: 'maven' - cache-dependency-path: '**/pom.xml' # optional check-latest: true - name: Build with Maven - only frontend run: mvn -T 1C -B package --file pom.xml -pl frontend