Skip to content

Commit

Permalink
feat(ci): update ci java distribution to temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Apr 24, 2024
1 parent be36e3d commit 36a4e63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}

Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}

Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}

Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}

Expand Down

0 comments on commit 36a4e63

Please sign in to comment.