We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4765f76 commit ba2b7deCopy full SHA for ba2b7de
2 files changed
.github/workflows/build_jar.yml
@@ -16,12 +16,6 @@ jobs:
16
with:
17
java-version: 21
18
distribution: 'microsoft'
19
- - name: 🪛 Cache local Maven repository
20
- uses: actions/cache@v2
21
- with:
22
- path: ~/.m2/repository
23
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
24
- restore-keys: ${{ runner.os }}-maven-
25
- name: 🏗️ Build jars
26
run: |
27
chmod u+x gradlew
.github/workflows/compile_jar_pr.yml
@@ -16,13 +16,6 @@ jobs:
- key: ${{ runner.os }}-jdk17-maven-${{ hashFiles('**/pom.xml') }}
- restore-keys: |
- ${{ runner.os }}-jdk17-maven-
28
0 commit comments