File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 java-version : 17
2727 distribution : ' temurin'
28- - name : Cache local Maven repository
29- uses : actions/cache@v3
30- with :
31- path : |
32- ~/.m2/repository/io/opentelemetry/
33- key : ${{ runner.os }}-maven-local-${{ hashFiles('.github/patches/opentelemetry-java*.patch') }}
3428 - name : Publish patched dependencies to maven local
3529 uses : ./.github/actions/patch-dependencies
3630 with :
Original file line number Diff line number Diff line change 3232 java-version : 17
3333 distribution : ' temurin'
3434
35- # cache local patch outputs
36- - name : Cache local Maven repository
37- uses : actions/cache@v3
38- with :
39- path : |
40- ~/.m2/repository/io/opentelemetry/
41- key : ${{ runner.os }}-maven-local-${{ hashFiles('.github/patches/opentelemetry-java*.patch') }}
42-
4335 - name : Publish patched dependencies to maven local
4436 uses : ./.github/actions/patch-dependencies
4537 with :
You can’t perform that action at this time.
0 commit comments