Skip to content

Commit

Permalink
Test removing the cache in the GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Oct 31, 2023
1 parent 7613b64 commit f87969b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
cache: 'maven'
- name: Build
run: mvn ${{ env.maven_commands }}
- name: Upload JAR as artifact
Expand Down

0 comments on commit f87969b

Please sign in to comment.