File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 <plugin >
9494 <artifactId >maven-javadoc-plugin</artifactId >
9595 <configuration >
96- <source >11 </source >
96+ <source >17 </source >
9797 <encoding >UTF-8</encoding >
9898 <docencoding >UTF-8</docencoding >
9999 <charset >UTF-8</charset >
215215 <groupId >org.apache.maven.plugins</groupId >
216216 <artifactId >maven-compiler-plugin</artifactId >
217217 <configuration >
218- <source >11 </source >
219- <target >11 </target >
218+ <source >17 </source >
219+ <target >17 </target >
220220 </configuration >
221221 </plugin >
222222 </plugins >
223223 </build >
224224
225225 <profiles >
226- <profile >
227- <id >jdk11</id >
228- <activation >
229- <jdk >[11,17)</jdk >
230- </activation >
231- <build >
232- <plugins >
233- <plugin >
234- <groupId >org.apache.maven.plugins</groupId >
235- <artifactId >maven-compiler-plugin</artifactId >
236- <configuration >
237- <excludes >
238- <exclude >**/Java17InputAstVisitor.java</exclude >
239- <exclude >**/Java21InputAstVisitor.java</exclude >
240- </excludes >
241- </configuration >
242- </plugin >
243- <plugin >
244- <artifactId >maven-javadoc-plugin</artifactId >
245- <configuration >
246- <excludePackageNames >com.google.googlejavaformat.java.java17</excludePackageNames >
247- <excludePackageNames >com.google.googlejavaformat.java.java21</excludePackageNames >
248- </configuration >
249- </plugin >
250- </plugins >
251- </build >
252- </profile >
253226 <profile >
254227 <id >jdk17</id >
255228 <activation >
You can’t perform that action at this time.
0 commit comments