File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 distribution : ' temurin'
5555 cache : ' maven'
5656
57+ - name : Cache local Maven repository
58+ uses : actions/cache@v3
59+ with :
60+ path : ~/.m2/repository
61+ key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
62+ restore-keys : |
63+ ${{ runner.os }}-maven-
64+
5765 # Cache Sonar packages which as used to run analysis and collect metrics
5866 - name : Cache SonarCloud packages
5967 uses : actions/cache@v3
Original file line number Diff line number Diff line change 5050 distribution : ' temurin'
5151 cache : ' maven'
5252
53+ - name : Cache local Maven repository
54+ uses : actions/cache@v3
55+ with :
56+ path : ~/.m2/repository
57+ key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
58+ restore-keys : |
59+ ${{ runner.os }}-maven-
60+
5361 # Cache Sonar packages which as used to run analysis and collect metrics
5462 - name : Cache SonarCloud packages
5563 uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments