Skip to content

Commit cb78ced

Browse files
Update ci.yml
1 parent ab1cf16 commit cb78ced

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
2727
steps:
2828
- uses: actions/checkout@v4
29-
30-
- name: Setup JDK 17
29+
30+
- name: Set up JDK 17
3131
uses: actions/setup-java@v4
3232
with:
3333
java-version: '17'
34-
distributer: 'temurin'
35-
cache: 'maven'
34+
distribution: 'temurin'
35+
cache: maven
3636

3737
- name: Build with maven
3838
run: |

0 commit comments

Comments
 (0)