File tree Expand file tree Collapse file tree
google-api-client-appengine Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 </execution >
7272 </executions >
7373 </plugin >
74+ <!-- App Engine uses Java 6 and above-->
75+ <plugin >
76+ <groupId >org.codehaus.mojo</groupId >
77+ <artifactId >animal-sniffer-maven-plugin</artifactId >
78+ <configuration >
79+ <signature >
80+ <groupId >org.codehaus.mojo.signature</groupId >
81+ <artifactId >java16</artifactId >
82+ <version >1.0</version >
83+ </signature >
84+ </configuration >
85+ </plugin >
7486 </plugins >
7587 </build >
7688 <dependencies >
Original file line number Diff line number Diff line change 5353 </execution >
5454 </executions >
5555 </plugin >
56+ <!-- Set minimum requirement to Java 6-->
57+ <plugin >
58+ <groupId >org.codehaus.mojo</groupId >
59+ <artifactId >animal-sniffer-maven-plugin</artifactId >
60+ <configuration >
61+ <signature >
62+ <groupId >org.codehaus.mojo.signature</groupId >
63+ <artifactId >java16</artifactId >
64+ <version >1.0</version >
65+ </signature >
66+ </configuration >
67+ </plugin >
5668 </plugins >
5769 </build >
5870 <dependencies >
Original file line number Diff line number Diff line change 373373 <artifactId >clirr-maven-plugin</artifactId >
374374 <version >2.5</version >
375375 </plugin >
376+ <plugin >
377+ <groupId >org.codehaus.mojo</groupId >
378+ <artifactId >animal-sniffer-maven-plugin</artifactId >
379+ <version >1.9</version >
380+ </plugin >
376381 <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
377382 <plugin >
378383 <groupId >org.eclipse.m2e</groupId >
522527 <logResults >true</logResults >
523528 </configuration >
524529 </plugin >
530+ <plugin >
531+ <groupId >org.codehaus.mojo</groupId >
532+ <artifactId >animal-sniffer-maven-plugin</artifactId >
533+ <configuration >
534+ <signature >
535+ <groupId >org.codehaus.mojo.signature</groupId >
536+ <artifactId >java15</artifactId >
537+ <version >1.0</version >
538+ </signature >
539+ </configuration >
540+ <executions >
541+ <execution >
542+ <goals >
543+ <goal >check</goal >
544+ </goals >
545+ </execution >
546+ </executions >
547+ </plugin >
525548 </plugins >
526549 </build >
527550 <properties >
You can’t perform that action at this time.
0 commit comments