Skip to content

Commit 3f799af

Browse files
valfirstfrancisf
authored andcommitted
[CI] Add caching and missing JDK distribution type
1 parent e2c3aec commit 3f799af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
uses: actions/setup-java@v3
1919
with:
2020
java-version: 8
21+
distribution: 'temurin'
22+
cache: 'maven'
2123
- name: Build
2224
run: mvn clean install -DskipTests

0 commit comments

Comments
 (0)