We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207d805 commit 66aee71Copy full SHA for 66aee71
1 file changed
pom.xml
@@ -32,6 +32,21 @@
32
</archive>
33
</configuration>
34
</plugin>
35
+
36
+ <!-- Spotless code formatter -->
37
+ <plugin>
38
+ <groupId>com.diffplug.spotless</groupId>
39
+ <artifactId>spotless-maven-plugin</artifactId>
40
+ <version>2.43.0</version>
41
+ <configuration>
42
+ <java>
43
+ <googleJavaFormat>
44
+ <version>1.17.0</version>
45
+ <style>AOSP</style>
46
+ </googleJavaFormat>
47
+ </java>
48
+ </configuration>
49
+ </plugin>
50
</plugins>
51
</build>
52
</project>
0 commit comments