Skip to content

Commit 096cd22

Browse files
authored
fix: update docFX config (#744)
* fix: update docFX config * revert version change, handled thru separate PR * add debugging logs * add more debugging logs * remove debugging logs * remove debug logs
1 parent 4f0ba8f commit 096cd22

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

java-shared-config/pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -572,14 +572,9 @@
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>
@@ -592,17 +587,12 @@
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>

0 commit comments

Comments
 (0)