File tree Expand file tree Collapse file tree 1 file changed +0
-53
lines changed Expand file tree Collapse file tree 1 file changed +0
-53
lines changed Original file line number Diff line number Diff line change 7979 <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
8080 <maven-javadoc-plugin .version>3.8.0</maven-javadoc-plugin .version>
8181 <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
82- <spotless .version>2.43.0</spotless .version>
8382 </properties >
8483
8584 <!-- =========================================== -->
228227 <skip >true</skip >
229228 </configuration >
230229 </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 >
283230 </plugins >
284231 </build >
285232</project >
You can’t perform that action at this time.
0 commit comments