From 988a23aadf88ba1b5097f3515cc37c982df2d26d Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 30 Oct 2025 23:16:47 +0100 Subject: [PATCH] action java maven --- .gitea/workflows/test.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 986441e..8037a48 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -105,19 +105,12 @@ jobs: java-version: '21' distribution: 'temurin' architecture: x64 + cache: maven + package: maven - name: Run the Maven verify phase run: mvn --batch-mode --update-snapshots verify - # Setup Java 21 and Maven with caching - - name: Set up Java & Maven - uses: actions/setup-java@v4 - with: - distribution: temurin - java-version: '21' - cache: maven - package: maven - - name: Cache Maven dependencies uses: actions/cache@v3 with: