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 7a3f313 commit 7caf211Copy full SHA for 7caf211
pom.xml
@@ -12,9 +12,11 @@
12
<maven.compiler.source>8</maven.compiler.source>
13
<maven.compiler.target>8</maven.compiler.target>
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
+
16
<version.jline>3.22.0</version.jline>
17
18
<spotless.version>2.35.0</spotless.version>
- <google-java-format.version>1.8</google-java-format.version>
19
+ <google-java-format.version>1.22.0</google-java-format.version>
20
</properties>
21
22
<dependencies>
@@ -62,7 +64,7 @@
62
64
</configuration>
63
65
<executions>
66
<execution>
- <phase>compile</phase>
67
+ <phase>verify</phase>
68
<goals>
69
<goal>check</goal>
70
</goals>
0 commit comments