mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Updated pom.xml
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -90,6 +90,12 @@
|
|||||||
<artifactId>spotless-maven-plugin</artifactId>
|
<artifactId>spotless-maven-plugin</artifactId>
|
||||||
<version>2.46.1</version>
|
<version>2.46.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- https://mvnrepository.com/artifact/com.google.errorprone/error_prone_annotations -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.errorprone</groupId>
|
||||||
|
<artifactId>error_prone_annotations</artifactId>
|
||||||
|
<version>2.42.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
|
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -160,9 +166,6 @@
|
|||||||
</formats>
|
</formats>
|
||||||
<!-- define a language-specific format -->
|
<!-- define a language-specific format -->
|
||||||
<java>
|
<java>
|
||||||
<!-- no need to specify files, inferred automatically, but you can if you want -->
|
|
||||||
|
|
||||||
<!-- apply a specific flavor of google-java-format and reflow long strings -->
|
|
||||||
<googleJavaFormat>
|
<googleJavaFormat>
|
||||||
<version>1.28.0</version>
|
<version>1.28.0</version>
|
||||||
<style>AOSP</style> <!-- GOOGLE (2 indents), AOSP (4 indents) -->
|
<style>AOSP</style> <!-- GOOGLE (2 indents), AOSP (4 indents) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user