Skip to content

Commit

Permalink
Bump JDK to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 committed Mar 27, 2024
1 parent 6fda461 commit 0743f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
find "(" -name "*.java" -or -name "*.xml" -or -name "*.yaml" -or -name "*.yml" -or -name "*.txt" -or -name "*.md" ")" -exec grep -Pl " $" {} \; > matches.txt
grep "" matches.txt && exit 1 || echo "No trailing space found!"
- name: Set up JDK 21
- name: Set up JDK 22
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '22'
distribution: 'temurin'
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.5.0</version>

<properties>
<jdk.version>21</jdk.version>
<jdk.version>22</jdk.version>
</properties>

<build>
Expand Down

0 comments on commit 0743f34

Please sign in to comment.