Skip to content

Commit 2a7719a

Browse files
committed
2 parents ac71f65 + 29159dd commit 2a7719a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v3
24-
- name: Set up JDK 21
24+
- name: Set up JDK 17
2525
uses: actions/setup-java@v3
2626
with:
27-
java-version: '21'
27+
java-version: '17'
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Build with Maven

0 commit comments

Comments
 (0)