diff --git a/build.gradle b/build.gradle index 0dc4384..c6a1503 100644 --- a/build.gradle +++ b/build.gradle @@ -170,7 +170,7 @@ spotless { importOrder() removeUnusedImports() cleanthat() - palantirJavaFormat("2.35.0").style("GOOGLE") + palantirJavaFormat().style("GOOGLE").formatJavadoc(true) formatAnnotations() } groovyGradle {