Skip to content

Commit dca7a18

Browse files
committed
Use temurin
1 parent 9776c77 commit dca7a18

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/ci-test-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-java@v3
3131
with:
3232
java-version: '21'
33-
distribution: 'adopt'
33+
distribution: 'temurin'
3434
cache: 'maven'
3535

3636
- name: Build project
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/setup-java@v3
5656
with:
5757
java-version: '21'
58-
distribution: 'adopt'
58+
distribution: 'temurin'
5959
cache: 'maven'
6060

6161
- name: Build project

.github/workflows/mvn-build-and-check-streamx-cli-commands-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/setup-java@v4
3737
with:
3838
java-version: '21'
39-
distribution: 'adopt'
39+
distribution: 'temurin'
4040

4141
- name: Set up homebrew
4242
if: inputs.streamx_source == 'installed'

.github/workflows/release-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-java@v3
4040
with:
4141
java-version: '21'
42-
distribution: 'adopt'
42+
distribution: 'temurin'
4343

4444
- name: Preview release prepare
4545
run: ./mvnw -B clean install -DskipTests -P preview

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-java@v3
3636
with:
3737
java-version: '21'
38-
distribution: 'adopt'
38+
distribution: 'temurin'
3939

4040
- name: Release prepare
4141
id: prepare-release

.github/workflows/streamx-homebrew-instalation-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-java@v4
1919
with:
2020
java-version: '21'
21-
distribution: 'adopt'
21+
distribution: 'temurin'
2222

2323
- name: Set up homebrew
2424
uses: 'Homebrew/actions/setup-homebrew@master'

.github/workflows/streamx-scoop-instalation-check.yaml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-java@v4
1414
with:
1515
java-version: '21'
16-
distribution: 'adopt'
16+
distribution: 'temurin'
1717

1818
- name: Set up Scoop
1919
uses: MinoruSekine/setup-scoop@v4

0 commit comments

Comments
 (0)