Skip to content

Commit eb91b14

Browse files
author
Michael Whapples
committed
Attempt to fix action build issues by turning off maven cache.
1 parent 205d42f commit eb91b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
java-version: '25'
3232
distribution: 'corretto'
33-
cache: maven
33+
# cache: maven
3434

3535
- name: Build with Maven
3636
run: |

0 commit comments

Comments
 (0)