Skip to content

Commit

Permalink
Build with Java 21
Browse files Browse the repository at this point in the history
Signed-off-by: shedaniel <[email protected]>
  • Loading branch information
shedaniel committed Apr 9, 2024
1 parent d80b6c2 commit ff8e053
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/1.20.3_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '**.gradle'
- '**.properties'
- '**/src/**'
- '.github/**'
branches:
- "1.20.5"
workflow_dispatch:
Expand All @@ -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
Expand Down

0 comments on commit ff8e053

Please sign in to comment.