Use cache with ci workflows
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -19,4 +19,5 @@ jobs:
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ matrix.java }}
|
||||
cache: maven
|
||||
- run: ./mvnw -B package
|
||||
|
||||
Reference in New Issue
Block a user