From 7fb7f4e522c914447e7375b084ead598e6190400 Mon Sep 17 00:00:00 2001 From: DoJapHD <63593457+DoJapHD@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:01:37 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30a2434..e932779 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,11 +16,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: distribution: 'corretto' - java-version: '17' + java-version: '21' - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle @@ -29,4 +29,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: Artifacts - path : build/libs/*-release.jar \ No newline at end of file + path : build/libs/*-release.jar