File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 - name : Set up JDK 8
2222 uses : actions/setup-java@v3
2323 with :
24- distribution : zulu
24+ distribution : liberica
2525 java-version : 8
2626 cache : maven
2727
5555 - name : Set up JDK ${{ matrix.java }}
5656 uses : actions/setup-java@v3
5757 with :
58- distribution : zulu
58+ distribution : liberica
5959 java-version : ${{ matrix.java }}
6060 cache : maven
6161
8484 - name : Set up JDK
8585 uses : actions/setup-java@v3
8686 with :
87- distribution : zulu
87+ distribution : liberica
8888 java-version : 17
8989 cache : maven
9090
@@ -113,7 +113,7 @@ jobs:
113113 - name : Set up JDK 8
114114 uses : actions/setup-java@v3
115115 with :
116- distribution : zulu
116+ distribution : liberica
117117 java-version : 8
118118 cache : maven
119119
@@ -141,7 +141,7 @@ jobs:
141141 - name : Set up JDK 8
142142 uses : actions/setup-java@v3
143143 with :
144- distribution : zulu
144+ distribution : liberica
145145 java-version : 8
146146 cache : maven
147147
You can’t perform that action at this time.
0 commit comments