File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v3
2727 - uses : actions/setup-java@v3
2828 with :
29- java-version : ' 8.0.302 '
29+ java-version : ' 8'
3030 distribution : temurin
3131 - name : Setup Gradle Build Action
3232 uses : gradle/gradle-build-action@v2
5050 - uses : actions/checkout@v3
5151 - uses : actions/setup-java@v3
5252 with :
53- java-version : ' 8.0.302 '
53+ java-version : ' 8'
5454 distribution : temurin
5555 - name : Clear existing docker image cache
5656 run : docker image prune -af
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v3
2727 - uses : actions/setup-java@v3
2828 with :
29- java-version : ' 8.0.302 '
29+ java-version : ' 8'
3030 distribution : temurin
3131 - name : Setup Gradle Build Action
3232 uses : gradle/gradle-build-action@v2
4949 - uses : actions/checkout@v3
5050 - uses : actions/setup-java@v3
5151 with :
52- java-version : ' 8.0.302 '
52+ java-version : ' 8'
5353 distribution : temurin
5454 - name : Clear existing docker image cache
5555 run : docker image prune -af
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v3
1919 - uses : actions/setup-java@v3
2020 with :
21- java-version : ' 8.0.302 '
21+ java-version : ' 8'
2222 distribution : temurin
2323 - name : Clear existing docker image cache
2424 run : docker image prune -af
You can’t perform that action at this time.
0 commit comments