Skip to content

Commit

Permalink
Merge pull request #273 from c1oneman/main
Browse files Browse the repository at this point in the history
Update build.yml; Bump JDK to 21
  • Loading branch information
DeathTrooperr authored Feb 19, 2025
2 parents 5ec63d3 + a18ae23 commit 0294aa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
release_id: ${{ steps.release.outputs.id }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 19
uses: actions/setup-java@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 20
java-version: 21
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
Expand Down

0 comments on commit 0294aa4

Please sign in to comment.