|
75 | 75 | uses: actions/setup-java@v3 |
76 | 76 | with: |
77 | 77 | java-version: '17' |
78 | | - distribution: 'adopt' |
| 78 | + distribution: 'corretto' |
79 | 79 |
|
80 | 80 | - name: Set Release Version |
81 | 81 | if: ${{ github.event_name == 'release' }} |
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | uses: actions/setup-java@v3 |
116 | 116 | with: |
117 | 117 | java-version: '17' |
118 | | - distribution: 'adopt' |
| 118 | + distribution: 'corretto' |
119 | 119 |
|
120 | 120 | - name: Set Release Version |
121 | 121 | if: ${{ github.event_name == 'release' }} |
@@ -183,7 +183,7 @@ jobs: |
183 | 183 | uses: actions/setup-java@v3 |
184 | 184 | with: |
185 | 185 | java-version: '17' |
186 | | - distribution: 'adopt' |
| 186 | + distribution: 'corretto' |
187 | 187 |
|
188 | 188 | - name: Set Release Version |
189 | 189 | if: ${{ github.event_name == 'release' }} |
@@ -219,7 +219,7 @@ jobs: |
219 | 219 | uses: actions/setup-java@v3 |
220 | 220 | with: |
221 | 221 | java-version: '17' |
222 | | - distribution: 'adopt' |
| 222 | + distribution: 'corretto' |
223 | 223 |
|
224 | 224 | - name: Set Release Version |
225 | 225 | if: ${{ github.event_name == 'release' }} |
@@ -259,7 +259,7 @@ jobs: |
259 | 259 | uses: actions/setup-java@v3 |
260 | 260 | with: |
261 | 261 | java-version: '17' |
262 | | - distribution: 'adopt' |
| 262 | + distribution: 'corretto' |
263 | 263 |
|
264 | 264 | - name: Set Release Version |
265 | 265 | if: ${{ github.event_name == 'release' }} |
@@ -291,7 +291,7 @@ jobs: |
291 | 291 | uses: actions/setup-java@v3 |
292 | 292 | with: |
293 | 293 | java-version: '17' |
294 | | - distribution: 'adopt' |
| 294 | + distribution: 'corretto' |
295 | 295 |
|
296 | 296 | - name: Set Release Version |
297 | 297 | if: ${{ github.event_name == 'release' }} |
@@ -335,7 +335,7 @@ jobs: |
335 | 335 | uses: actions/setup-java@v3 |
336 | 336 | with: |
337 | 337 | java-version: '17' |
338 | | - distribution: 'adopt' |
| 338 | + distribution: 'corretto' |
339 | 339 |
|
340 | 340 | - name: Extract, set and commit Release Version |
341 | 341 | id: extract-version |
@@ -409,7 +409,7 @@ jobs: |
409 | 409 | uses: actions/setup-java@v3 |
410 | 410 | with: |
411 | 411 | java-version: '17' |
412 | | - distribution: 'adopt' |
| 412 | + distribution: 'corretto' |
413 | 413 |
|
414 | 414 | - name: Prepare next Snapshot Version |
415 | 415 | run: | |
|
0 commit comments