From 275a068ac2bcf04c1cf439cf316e01f1a8985bf0 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Wed, 8 May 2024 22:36:22 +0700 Subject: Update GitHub workflows JDK version to 17. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3756e754..8dbe6989 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 -- cgit v1.2.3