Skip to content

Commit bfa850c

Browse files
committed
[CI] Switch build java to 17.0.3 to possibly fix build issue?
1 parent f05280f commit bfa850c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/setup-java@v3
6161
with:
6262
distribution: 'temurin'
63-
java-version: "17"
63+
java-version: "17.0.3"
6464

6565
- name: Grant execute permission for gradlew
6666
run: chmod +x gradlew
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/setup-java@v3
105105
with:
106106
distribution: 'temurin'
107-
java-version: "17"
107+
java-version: "17.0.3"
108108

109109
- name: Grant execute permission for gradlew
110110
run: chmod +x gradlew

0 commit comments

Comments
 (0)