From 329987a8a08c506d6676e7dfc1ddca56187a33e0 Mon Sep 17 00:00:00 2001 From: ix0rai Date: Thu, 16 May 2024 17:10:41 -0500 Subject: [PATCH] fix actions --- .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 cfbd041..1e133f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,11 +8,11 @@ jobs: steps: - uses: actions/checkout@v3 - - name: set up JDK 17 + - name: set up JDK 21 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '17' + java-version: '21' - name: grant execute permission for gradlew run: chmod +x gradlew - name: build with gradle @@ -21,4 +21,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: artifacts - path: build/libs/ \ No newline at end of file + path: build/libs/