From a34267e9021f101f910ad31d16fa0575e7d39e89 Mon Sep 17 00:00:00 2001 From: Gravita <12893402+gravit0@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:11:33 +0700 Subject: [PATCH] [FEATURE] Use Java 21 --- .github/workflows/push.yml | 4 ++-- LaunchServer/build.gradle | 4 ++-- modules | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c16d4b55..e432fedc 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,10 +16,10 @@ jobs: path: ~/.gradle/caches key: gravit-${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}-launcher - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v1 with: - java-version: 17 + java-version: 21 - name: Grant execute permission for gradlew run: chmod +x gradlew diff --git a/LaunchServer/build.gradle b/LaunchServer/build.gradle index db37159c..801eb81f 100644 --- a/LaunchServer/build.gradle +++ b/LaunchServer/build.gradle @@ -15,8 +15,8 @@ } } -sourceCompatibility = '17' -targetCompatibility = '17' +sourceCompatibility = '21' +targetCompatibility = '21' configurations { compileOnlyA diff --git a/modules b/modules index 0d4344a4..c1e2a998 160000 --- a/modules +++ b/modules @@ -1 +1 @@ -Subproject commit 0d4344a435e6226851c2de0c6a656decf438b1d8 +Subproject commit c1e2a998e06e1a2f4e69183acbc1cfc3b3cd000d