File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 572572 </activation >
573573 <properties >
574574 <!-- default config values -->
575- <docletName >java-docfx-doclet-1.9.0</docletName >
576- <docletPath >${env.KOKORO_GFILE_DIR}/${docletName}.jar</docletPath >
577575 <outputpath >${project.build.directory}/docfx-yml</outputpath >
578576 <projectname >${project.artifactId}</projectname >
579- <excludeclasses ></excludeclasses >
580- <excludePackages ></excludePackages >
581- <source >8</source >
582- <sourceFileExclude ></sourceFileExclude >
577+ <source >17</source >
583578 </properties >
584579 <build >
585580 <plugins >
592587 <useStandardDocletOptions >false</useStandardDocletOptions >
593588 <additionalOptions >
594589 -outputpath ${outputpath}
595- -projectname ${projectname}
596- -excludeclasses ${excludeclasses} :
597- -excludepackages ${excludePackages} :
590+ -projectname ${projectname}
598591 </additionalOptions >
599592 <doclint >none</doclint >
600593 <show >protected</show >
601594 <nohelp >true</nohelp >
602595 <source >${source} </source >
603- <sourceFileExcludes >
604- <exclude >${sourceFileExclude} </exclude >
605- </sourceFileExcludes >
606596 </configuration >
607597 </plugin >
608598 </plugins >
You can’t perform that action at this time.
0 commit comments