Disable maven cache with setup-java

- Should fix Error: ENOENT: no such file or directory error
  with setup-java
- Relates #2
This commit is contained in:
Janne Valkealahti
2023-12-14 17:56:19 +00:00
parent a9bb18fded
commit a52f64dd33

View File

@@ -33,6 +33,5 @@ jobs:
with:
distribution: liberica
java-version: ${{ matrix.java }}
cache: maven
- name: Build
run: ./mvnw -B clean verify