Skip to content

Commit e9a690b

Browse files
authored
Enable cache
1 parent bdd995d commit e9a690b

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
@@ -22,7 +22,7 @@ jobs:
2222
# Use same in Dockerfile
2323
distribution: 'corretto'
2424
java-version: 11
25-
# cache: 'maven'
25+
cache: 'maven'
2626

2727
- name: Maven Compile
2828
run: mvn compile

0 commit comments

Comments
 (0)