Skip to content

Commit 28344e8

Browse files
author
Oliver Weiler
authored
chore: Bump JDK from 17 to 21 (#57)
1 parent 7055841 commit 28344e8

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Java
2222
uses: actions/setup-java@v3
2323
with:
24-
distribution: temurin
24+
distribution: zulu
2525
java-version: |
2626
8
2727
21

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Java
1717
uses: actions/setup-java@v3
1818
with:
19-
distribution: temurin
19+
distribution: zulu
2020
java-version: |
2121
8
2222
21

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@
134134
<version>2.40.0</version>
135135
<configuration>
136136
<java>
137-
<palantirJavaFormat/>
137+
<palantirJavaFormat>
138+
<version>2.38.0</version>
139+
</palantirJavaFormat>
138140
</java>
139141
<pom>
140142
<sortPom>

0 commit comments

Comments
 (0)