Skip to content

Commit af42a90

Browse files
committed
fix(github): fixed github actions
Removed github caching to get actions to work god damn it
1 parent c3b1ceb commit af42a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
java-version: '8'
2121
distribution: 'adopt'
22-
cache: maven
22+
#cache: maven
2323
- name: Build with Maven
2424
run: |
2525
mvn -B package --file pom.xml

0 commit comments

Comments
 (0)