Skip to content

Commit cc78aee

Browse files
committed
[MCOMPILER-526] Upgrade to parent 39
1 parent 3dca82f commit cc78aee

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-plugins</artifactId>
28-
<version>37</version>
28+
<version>39</version>
2929
<relativePath />
3030
</parent>
3131

@@ -215,6 +215,17 @@ under the License.
215215
<groupId>org.eclipse.sisu</groupId>
216216
<artifactId>sisu-maven-plugin</artifactId>
217217
</plugin>
218+
<plugin>
219+
<groupId>com.diffplug.spotless</groupId>
220+
<artifactId>spotless-maven-plugin</artifactId>
221+
<configuration>
222+
<java>
223+
<includes>
224+
<include>src/**/*.java</include>
225+
</includes>
226+
</java>
227+
</configuration>
228+
</plugin>
218229
</plugins>
219230
</build>
220231

0 commit comments

Comments
 (0)