Update GitHub workflows JDK version to 17.

This commit is contained in:
Docile-Alligator
2024-05-08 22:36:22 +07:00
committed by GitHub
parent d85ce883f4
commit 275a068ac2

View File

@ -13,10 +13,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set-up JDK 11
- name: Set-up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
- name: Setup and build with Gradle