Skip to content

Commit

Permalink
Update version.yml
Browse files Browse the repository at this point in the history
Remove maven cache for JDK
  • Loading branch information
agrabil authored Jan 1, 2025
1 parent fe9f370 commit 8021b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
with:
java-version: '8'
distribution: 'adopt'
cache: maven
# cache requires pom.xml
#cache: maven
# Runs a series of commands using the runners shell
- name: Send greeting
run: |
Expand Down

0 comments on commit 8021b56

Please sign in to comment.