Skip to content

Commit

Permalink
chore: Bump JDK from 17 to 21 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod authored Oct 5, 2023
1 parent 7055841 commit 28344e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: temurin
distribution: zulu
java-version: |
8
21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: temurin
distribution: zulu
java-version: |
8
21
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@
<version>2.40.0</version>
<configuration>
<java>
<palantirJavaFormat/>
<palantirJavaFormat>
<version>2.38.0</version>
</palantirJavaFormat>
</java>
<pom>
<sortPom>
Expand Down

0 comments on commit 28344e8

Please sign in to comment.