Skip to content

Commit 605e5da

Browse files
fix(workflow): java version
1 parent d7daf71 commit 605e5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

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
distribution: 'oracle'
16-
version: '21'
16+
java-version: '21'
1717
- name: Setup Gradle
1818
uses: gradle/actions/setup-gradle@v3
1919
- name: Build code

0 commit comments

Comments
 (0)