File tree 1 file changed +15
-16
lines changed
1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change 329
329
</configuration >
330
330
</plugin >
331
331
332
- <plugin >
333
- <!-- mvn com.coveo:fmt-maven-plugin:format -->
334
- <groupId >com.coveo</groupId >
335
- <artifactId >fmt-maven-plugin</artifactId >
336
- <executions >
337
- <execution >
338
- <goals >
339
- <goal >format</goal >
340
- </goals >
341
- </execution >
342
- </executions >
343
- </plugin >
344
-
345
332
<plugin >
346
333
<groupId >org.apache.maven.plugins</groupId >
347
334
<artifactId >maven-source-plugin</artifactId >
551
538
552
539
<profiles >
553
540
<profile >
554
- <id >errorprone</id >
541
+ <!-- googlejavaformat and errorprone requires Java 8 -->
542
+ <id >java18</id >
555
543
<activation >
556
- <!-- errorprone requires Java 8 -->
557
544
<jdk >1.8</jdk >
558
545
</activation >
559
546
<build >
560
547
<plugins >
548
+ <plugin >
549
+ <!-- mvn com.coveo:fmt-maven-plugin:format -->
550
+ <groupId >com.coveo</groupId >
551
+ <artifactId >fmt-maven-plugin</artifactId >
552
+ <executions >
553
+ <execution >
554
+ <goals >
555
+ <goal >format</goal >
556
+ </goals >
557
+ </execution >
558
+ </executions >
559
+ </plugin >
560
+
561
561
<plugin >
562
562
<groupId >org.apache.maven.plugins</groupId >
563
563
<artifactId >maven-compiler-plugin</artifactId >
567
567
<showWarnings >true</showWarnings >
568
568
<compilerArgs >
569
569
<arg >-Xlint:all</arg >
570
- <!-- arg>-Werror</arg-->
571
570
</compilerArgs >
572
571
</configuration >
573
572
<dependencies >
You can’t perform that action at this time.
0 commit comments