You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,7 @@
327
327
<plugin>
328
328
<groupId>org.apache.maven.plugins</groupId>
329
329
<artifactId>maven-invoker-plugin</artifactId>
330
+
<version>3.6.0</version>
330
331
<configuration>
331
332
<goals>
332
333
<goal>package</goal>
@@ -365,5 +366,44 @@
365
366
</plugins>
366
367
</build>
367
368
</profile>
369
+
370
+
<!-- TODO remove with parent pom or spotless plugin update https://github.com/diffplug/spotless/issues/1774 -->
0 commit comments