Skip to content

Commit a3b1538

Browse files
committed
experimentally remove caching
1 parent 3ca6739 commit a3b1538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
with:
2626
java-version: ${{ matrix.java }}
2727
distribution: 'temurin'
28-
cache: maven
28+
# cache: maven
2929
- name: Build with Maven
3030
run: mvn -B package --no-transfer-progress --file pom.xml

0 commit comments

Comments
 (0)