File tree Expand file tree Collapse file tree 2 files changed +0
-27
lines changed
Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 3232 uses : actions/setup-java@v1
3333 with :
3434 java-version : ${{ matrix.java }}
35- - name : setup-cache
36- 37- with :
38- path : |
39- ~/.gradle/caches
40- ~/.gradle/wrapper
41- key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
42- restore-keys : |
43- ${{ runner.os }}-gradle-
4435 - name : build
4536 run : ./gradlew ${GRADLE_SWITCHES} build test
4637
5647 uses : actions/setup-java@v1
5748 with :
5849 java-version : " 11"
59- - name : setup-cache
60- 61- with :
62- path : |
63- ~/.gradle/caches
64- ~/.gradle/wrapper
65- key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
66- restore-keys : |
67- ${{ runner.os }}-gradle-
6850 - name : publish-snapshots
6951 if : github.event_name == 'push'
7052 timeout-minutes : 30
Original file line number Diff line number Diff line change 2323 uses : actions/setup-java@v1
2424 with :
2525 java-version : " 11"
26- - name : setup-cache
27- 28- with :
29- path : |
30- ~/.gradle/caches
31- ~/.gradle/wrapper
32- key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
33- restore-keys : |
34- ${{ runner.os }}-gradle-
3526
3627 - name : publish-candidate
3728 if : contains(github.ref, '-rc.')
You can’t perform that action at this time.
0 commit comments