diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eca7c76..f1e7aca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: with: java-version: ${{ matrix.java-version }} distribution: 'temurin' + cache: 'maven' - name: Configure Maven mirror run: | @@ -109,6 +110,7 @@ jobs: with: java-version: '17' distribution: 'temurin' + cache: 'maven' - name: Configure Maven mirror run: | @@ -157,6 +159,7 @@ jobs: with: java-version: '17' distribution: 'temurin' + cache: 'maven' - name: Configure Maven mirror run: | @@ -192,6 +195,7 @@ jobs: with: java-version: '17' distribution: 'temurin' + cache: 'maven' - name: Configure Maven mirror run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49874df..744e4a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,7 @@ jobs: with: java-version: '17' distribution: 'temurin' + cache: 'maven' server-id: central server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD