From 92af56d97439eb7e5282013e4c4cc674222de521 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 06:55:11 +0000 Subject: [PATCH 1/2] Initial plan From 37fea49a9c1bff1b6f1d2ecc136ec65df2010ef5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 06:56:11 +0000 Subject: [PATCH 2/2] Remove redundant Maven cache configuration Co-authored-by: sbuettne <883798+sbuettne@users.noreply.github.com> --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 927b11d..717b48c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,12 +30,6 @@ jobs: server-username: PLUGINS_NEXUS_USER server-password: PLUGINS_NEXUS_PASSWORD cache: 'maven' - - name: Cache Maven Repo - uses: actions/cache@v4 - with: - path: ~/.m2 - key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} - restore-keys: ${{ runner.os }}-m2 - name: Setup PNPM uses: pnpm/action-setup@v3