aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/buildrelease.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/buildrelease.yml')
-rw-r--r--.github/workflows/buildrelease.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml
index e2c5fe9f..7cf0bfde 100644
--- a/.github/workflows/buildrelease.yml
+++ b/.github/workflows/buildrelease.yml
@@ -18,11 +18,11 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- - name: Set up JDK 17
+ - name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
- java-version: '17'
+ java-version: '21'
- name: Grant execute permission for gradlew
run: chmod +x gradlew