Build with Java 21

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2024-04-09 18:28:18 +09:00
parent d80b6c2de0
commit ff8e05373c

View File

@@ -6,6 +6,7 @@ on:
- '**.gradle'
- '**.properties'
- '**/src/**'
- '.github/**'
branches:
- "1.20.5"
workflow_dispatch:
@@ -24,10 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Validate Gradle Wrapper