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 24032c3 commit 54e2648Copy full SHA for 54e2648
pom.xml
@@ -315,17 +315,17 @@
315
</executions>
316
</plugin>
317
<plugin>
318
- <groupId>com.spotify.fmt</groupId>
319
- <artifactId>fmt-maven-plugin</artifactId>
320
- <version>2.19</version>
321
- <executions>
322
- <execution>
323
- <goals>
324
- <goal>format</goal>
325
- </goals>
326
- </execution>
327
- </executions>
328
- </plugin>
+ <groupId>com.spotify.fmt</groupId>
+ <artifactId>fmt-maven-plugin</artifactId>
+ <version>2.19</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>format</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
329
</plugins>
330
</build>
331
</project>
0 commit comments