diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6abc92ee..920846c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: with: distribution: temurin java-version: 17 + cache: maven - name: Build run: ./mvnw -B --no-transfer-progress -DskipTests package diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 636f49fe..ad7b1e5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: with: distribution: temurin java-version: 17 + cache: maven - name: Set version id: set-version