enable caching
This commit is contained in:
@@ -40,6 +40,7 @@ jobs:
|
||||
uses: actions/[email protected]
|
||||
with:
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
cache: 'maven'
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn clean install
|
||||
|
||||
Reference in New Issue
Block a user