We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dca82f commit cc78aeeCopy full SHA for cc78aee
pom.xml
@@ -25,7 +25,7 @@ under the License.
25
<parent>
26
<groupId>org.apache.maven.plugins</groupId>
27
<artifactId>maven-plugins</artifactId>
28
- <version>37</version>
+ <version>39</version>
29
<relativePath />
30
</parent>
31
@@ -215,6 +215,17 @@ under the License.
215
<groupId>org.eclipse.sisu</groupId>
216
<artifactId>sisu-maven-plugin</artifactId>
217
</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>
229
</plugins>
230
</build>
231
0 commit comments