Skip to content

Commit d7e8144

Browse files
committed
Switch to Temurin distribution
1 parent 4965d0c commit d7e8144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Java ${{ env.JAVA_VERSION }}
3232
uses: actions/setup-java@v4
3333
with:
34-
distribution: 'microsoft'
34+
distribution: 'temurin'
3535
java-version: ${{ env.JAVA_VERSION }}
3636
cache: 'maven'
3737

0 commit comments

Comments
 (0)