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 1616 <configuration >
1717 <links >
1818 <link >http://download.oracle.com/javase/6/docs/api/</link >
19- <link >http ://code .google.com/appengine/docs/java/javadoc</link >
19+ <link >https ://cloud .google.com/appengine/docs/standard/ java/javadoc/ </link >
2020 <link >http://javadoc.google-http-java-client.googlecode.com/hg/${project.http.version} </link >
2121 <link >http://javadoc.google-oauth-java-client.googlecode.com/hg/${project.oauth.version} </link >
2222 </links >
7171 </execution >
7272 </executions >
7373 </plugin >
74- <!-- App Engine uses Java 6 and above -->
74+ <!-- App Engine uses Java 7 or Java 8 -->
7575 <plugin >
7676 <groupId >org.codehaus.mojo</groupId >
7777 <artifactId >animal-sniffer-maven-plugin</artifactId >
7878 <configuration >
7979 <signature >
8080 <groupId >org.codehaus.mojo.signature</groupId >
81- <artifactId >java16 </artifactId >
81+ <artifactId >java17 </artifactId >
8282 <version >1.0</version >
8383 </signature >
8484 </configuration >
You can’t perform that action at this time.
0 commit comments