Skip to content

Commit d7e11c7

Browse files
authoredJun 6, 2024··
Update release.yml
1 parent cb36f63 commit d7e11c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
1515

16-
- name: Set up JDK 11
16+
- name: Set up JDK 17
1717
uses: actions/setup-java@v3
1818
with:
19-
java-version: '11'
19+
java-version: '17'
2020
distribution: 'adopt'
2121

2222
- name: Download Gradle Wrapper

0 commit comments

Comments
 (0)
Please sign in to comment.