Skip to content

Commit

Permalink
AAE-17877 m2 optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak committed Nov 21, 2023
1 parent c65d194 commit c6b8766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ runs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup-java-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ inputs:
runs:
using: composite
steps:
- name: "Cache local Maven repository"
uses: actions/cache@v3
- name: "Restore cache local Maven repository"
uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.8.1
v3.8.2

0 comments on commit c6b8766

Please sign in to comment.