Skip to content

Commit 3019696

Browse files
committed
Try oracle jdk distribution for ci
1 parent b7b922e commit 3019696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set-Up JDK
3333
uses: actions/setup-java@v4
3434
with:
35-
distribution: 'temurin'
35+
distribution: 'oracle'
3636
java-version: '21'
3737
architecture: x64
3838
cache: 'gradle'

0 commit comments

Comments
 (0)