mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-06-24 23:40:43 +00:00
Potentially fixing cache?
This commit is contained in:
@@ -18,14 +18,12 @@ jobs:
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
distribution: 'zulu'
|
||||
cache: maven
|
||||
- uses: actions/cache@v4
|
||||
- name: Set up Maven
|
||||
uses: stCarolas/setup-maven@v5
|
||||
with:
|
||||
path: ~/.m2/
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
maven-version: 3.9.6
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user