Skip to content

Commit 7caf211

Browse files
committed
build: fixed spotless config
1 parent 7a3f313 commit 7caf211

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
<maven.compiler.source>8</maven.compiler.source>
1313
<maven.compiler.target>8</maven.compiler.target>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15+
1516
<version.jline>3.22.0</version.jline>
17+
1618
<spotless.version>2.35.0</spotless.version>
17-
<google-java-format.version>1.8</google-java-format.version>
19+
<google-java-format.version>1.22.0</google-java-format.version>
1820
</properties>
1921

2022
<dependencies>
@@ -62,7 +64,7 @@
6264
</configuration>
6365
<executions>
6466
<execution>
65-
<phase>compile</phase>
67+
<phase>verify</phase>
6668
<goals>
6769
<goal>check</goal>
6870
</goals>

0 commit comments

Comments
 (0)