Skip to content

Commit aa516fa

Browse files
authored
4.x: move from adopt to temirun (#410)
Adopt is not maintaned anymore
1 parent 7745714 commit aa516fa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/docs-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-java@v4
3434
with:
3535
java-version: '8'
36-
distribution: 'adopt'
36+
distribution: 'temurin'
3737
- name: Set up env
3838
run: make -C docs setupenv
3939
- name: Build redirects

.github/workflows/docs-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-java@v4
3333
with:
3434
java-version: '8'
35-
distribution: 'adopt'
35+
distribution: 'temurin'
3636

3737
- name: Set up env
3838
run: make -C docs setupenv

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-java@v3
2828
with:
2929
java-version: '8'
30-
distribution: 'adopt'
30+
distribution: 'temurin'
3131
server-id: ossrh
3232
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
3333
server-username: OSSRH_USERNAME

.github/workflows/[email protected]

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-java@v4
2727
with:
2828
java-version: ${{ matrix.java-version }}
29-
distribution: 'adopt'
29+
distribution: 'temurin'
3030

3131
- name: Get POM hash
3232
id: get-pom-hash
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/setup-java@v4
7676
with:
7777
java-version: ${{ matrix.java-version }}
78-
distribution: 'adopt'
78+
distribution: 'temurin'
7979

8080
- name: Restore maven repository cache
8181
uses: actions/cache/restore@v4
@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/setup-java@v4
106106
with:
107107
java-version: ${{ matrix.java-version }}
108-
distribution: 'adopt'
108+
distribution: 'temurin'
109109

110110
- name: Restore maven repository cache
111111
uses: actions/cache/restore@v4
@@ -164,7 +164,7 @@ jobs:
164164
uses: actions/setup-java@v4
165165
with:
166166
java-version: ${{ matrix.java-version }}
167-
distribution: 'adopt'
167+
distribution: 'temurin'
168168

169169
- name: Restore maven repository cache
170170
uses: actions/cache/restore@v4
@@ -259,7 +259,7 @@ jobs:
259259
uses: actions/setup-java@v4
260260
with:
261261
java-version: ${{ matrix.java-version }}
262-
distribution: 'adopt'
262+
distribution: 'temurin'
263263

264264
- name: Restore maven repository cache
265265
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)