Skip to content

Commit 43871e9

Browse files
authored
Merge pull request #412 from microsoftgraph/bugfix/missing-dependencies-cache
ci: adds missing gradle dependencies caching to CI
2 parents 1771390 + a089e0b commit 43871e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
java-version: 21
3737
distribution: adopt
38+
cache: maven
3839

3940
# Initializes the CodeQL tools for scanning.
4041
- name: Initialize CodeQL

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
java-version: 21
2323
distribution: adopt
24+
cache: maven
2425
- name: Build with Maven
2526
working-directory: graphwebhook
2627
run: mvn package --file pom.xml

0 commit comments

Comments
 (0)