File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 - name : Setup Java
5757 uses : actions/setup-java@v4
5858 with :
59- distribution : jetbrains
59+ distribution : temurin
6060 java-version : 17
6161
6262 # Setup Gradle
@@ -140,7 +140,7 @@ jobs:
140140 - name : Setup Java
141141 uses : actions/setup-java@v4
142142 with :
143- distribution : jetbrains
143+ distribution : temurin
144144 java-version : 17
145145
146146 # Setup Gradle
@@ -189,7 +189,7 @@ jobs:
189189 - name : Setup Java
190190 uses : actions/setup-java@v4
191191 with :
192- distribution : jetbrains
192+ distribution : temurin
193193 java-version : 17
194194
195195 # Setup Gradle
Original file line number Diff line number Diff line change 3333 - name : Setup Java
3434 uses : actions/setup-java@v4
3535 with :
36- distribution : jetbrains
36+ distribution : temurin
3737 java-version : 17
3838
3939 - name : Download WASM Fonts for UTF-8 Support
You can’t perform that action at this time.
0 commit comments