Skip to content

Commit

Permalink
+ palantir java formatter version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Apr 29, 2024
1 parent f04ec9d commit 84fb8fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,12 @@
<configuration>
<java>
<palantirJavaFormat>
<version>2.43.0</version> <!-- optional -->
<version>2.44.0</version> <!-- optional -->
<style>PALANTIR</style> <!-- or AOSP/GOOGLE (optional) -->
<formatJavadoc>true
</formatJavadoc> <!-- defaults to false (optional, requires at least Palantir 2.39.0) -->
</palantirJavaFormat>
<removeUnusedImports />
<formatAnnotations/>
</java>
</configuration>
Expand Down

0 comments on commit 84fb8fe

Please sign in to comment.