File tree 1 file changed +0
-53
lines changed
1 file changed +0
-53
lines changed Original file line number Diff line number Diff line change 79
79
<maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
80
80
<maven-javadoc-plugin .version>3.8.0</maven-javadoc-plugin .version>
81
81
<maven-source-plugin .version>3.3.1</maven-source-plugin .version>
82
- <spotless .version>2.43.0</spotless .version>
83
82
</properties >
84
83
85
84
<!-- =========================================== -->
228
227
<skip >true</skip >
229
228
</configuration >
230
229
</plugin >
231
- <plugin >
232
- <groupId >com.diffplug.spotless</groupId >
233
- <artifactId >spotless-maven-plugin</artifactId >
234
- <version >${spotless.version} </version >
235
- <configuration >
236
- <java >
237
- <eclipse >
238
- </eclipse >
239
- <indent >
240
- <tabs >true</tabs >
241
- <spacesPerTab >2</spacesPerTab >
242
- </indent >
243
- <indent >
244
- <spaces >true</spaces >
245
- <spacesPerTab >2</spacesPerTab >
246
- </indent >
247
- <removeUnusedImports />
248
- <palantirJavaFormat />
249
- </java >
250
- </configuration >
251
- <executions >
252
- <execution >
253
- <id >java-formatter</id >
254
- <goals >
255
- <goal >check</goal >
256
- </goals >
257
- <phase >validate</phase >
258
- </execution >
259
- </executions >
260
- </plugin >
261
- <plugin >
262
- <groupId >com.mycila</groupId >
263
- <artifactId >license-maven-plugin</artifactId >
264
- <version >4.0.rc2</version >
265
- <configuration >
266
- <licenseSets >
267
- <licenseSet >
268
- <header >${project.basedir} /src/main/resources/HEADER.txt</header >
269
- <includes >
270
- <include >**/*.java</include >
271
- </includes >
272
- </licenseSet >
273
- </licenseSets >
274
- </configuration >
275
- <executions >
276
- <execution >
277
- <goals >
278
- <goal >format</goal >
279
- </goals >
280
- </execution >
281
- </executions >
282
- </plugin >
283
230
</plugins >
284
231
</build >
285
232
</project >
You can’t perform that action at this time.
0 commit comments