Skip to content

Commit

Permalink
Update palantir java format settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed May 6, 2024
1 parent 01fdeae commit 1f94f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -170,7 +170,7 @@ spotless {
importOrder()
removeUnusedImports()
cleanthat()
palantirJavaFormat("2.35.0").style("GOOGLE")
palantirJavaFormat().style("GOOGLE").formatJavadoc(true)
formatAnnotations()
}
groovyGradle {
Expand Down

0 comments on commit 1f94f70

Please sign in to comment.