We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd995d commit e9a690bCopy full SHA for e9a690b
.github/workflows/maven.yml
@@ -22,7 +22,7 @@ jobs:
22
# Use same in Dockerfile
23
distribution: 'corretto'
24
java-version: 11
25
- # cache: 'maven'
+ cache: 'maven'
26
27
- name: Maven Compile
28
run: mvn compile
0 commit comments