Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Use Java 17 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Jul 12, 2024
1 parent 947d2bf commit 46654c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 22
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '22'
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit 46654c9

Please sign in to comment.