We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7055841 commit 28344e8Copy full SHA for 28344e8
3 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Java
22
uses: actions/setup-java@v3
23
with:
24
- distribution: temurin
+ distribution: zulu
25
java-version: |
26
8
27
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
pom.xml
@@ -134,7 +134,9 @@
134
<version>2.40.0</version>
135
<configuration>
136
<java>
137
- <palantirJavaFormat/>
+ <palantirJavaFormat>
138
+ <version>2.38.0</version>
139
+ </palantirJavaFormat>
140
</java>
141
<pom>
142
<sortPom>
0 commit comments