Bump Java Version to 17 (#519)

This commit is contained in:
Yogesh Choudhary Paliyal
2023-05-07 11:21:34 +05:30
committed by GitHub
parent cf6cc72269
commit b3c94f1b04
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ runs:
- name: 🧱 Set Up JDK
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: adopt-openj9
- name: "Grant Gradlew rights"