Skip to content

Commit 3c92c68

Browse files
committed
Removed caching step
1 parent 405a6cc commit 3c92c68

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
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
java-version: '11'
2323
distribution: 'adopt'
24-
cache: maven
24+
# cache: maven
2525
- name: Build with Maven
2626
run: mvn -B package --file azd/pom.xml -DskipTests

0 commit comments

Comments
 (0)