We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a66dee6 + 37fea49 commit d482616Copy full SHA for d482616
1 file changed
.github/workflows/build.yml
@@ -30,12 +30,6 @@ jobs:
30
server-username: PLUGINS_NEXUS_USER
31
server-password: PLUGINS_NEXUS_PASSWORD
32
cache: 'maven'
33
- - name: Cache Maven Repo
34
- uses: actions/cache@v4
35
- with:
36
- path: ~/.m2
37
- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
38
- restore-keys: ${{ runner.os }}-m2
39
40
- name: Setup PNPM
41
uses: pnpm/action-setup@v3
0 commit comments