File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v2
1818 - uses : actions/setup-java@v2.3.0
1919 with :
20- java-version : ' 8.0.292+10 '
21- distribution : adopt-hotspot
20+ java-version : ' 8.0.302 '
21+ distribution : temurin
2222 - name : Cache Gradle Home files
2323 uses : actions/cache@v2.1.6
2424 continue-on-error : true
4545 - uses : actions/checkout@v2
4646 - uses : actions/setup-java@v2.3.0
4747 with :
48- java-version : ' 8.0.292+10 '
49- distribution : adopt-hotspot
48+ java-version : ' 8.0.302 '
49+ distribution : temurin
5050 - name : Cache Gradle Home files
5151 uses : actions/cache@v2.1.6
5252 continue-on-error : true
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v2
2626 - uses : actions/setup-java@v2.3.0
2727 with :
28- java-version : ' 8.0.292+10 '
29- distribution : adopt-hotspot
28+ java-version : ' 8.0.302 '
29+ distribution : temurin
3030 - name : Cache Gradle Home files
3131 uses : actions/cache@v2.1.6
3232 with :
5151 - uses : actions/checkout@v2
5252 - uses : actions/setup-java@v2.3.0
5353 with :
54- java-version : ' 8.0.292+10 '
55- distribution : adopt-hotspot
54+ java-version : ' 8.0.302 '
55+ distribution : temurin
5656 - name : Cache Gradle Home files
5757 uses : actions/cache@v2.1.6
5858 continue-on-error : true
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v2
1616 - uses : actions/setup-java@v2.3.0
1717 with :
18- java-version : ' 1.8'
18+ java-version : ' 8.0.302'
19+ distribution : temurin
1920 - name : Clear existing docker image cache
2021 run : docker image prune -af
2122
You can’t perform that action at this time.
0 commit comments