Skip to content

Commit

Permalink
Bump java to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock authored Jul 12, 2024
1 parent f70d31e commit b3a4944
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,10 +15,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup JAVA 17
- name: Setup JAVA 21
uses: actions/[email protected]
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Cache Maven Packages
uses: actions/[email protected]
Expand All @@ -32,4 +32,4 @@ jobs:
uses: actions/[email protected]
with:
name: GriefPrevention
path: target/GriefPrevention-*.jar
path: target/GriefPrevention-*.jar

0 comments on commit b3a4944

Please sign in to comment.