File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2626 <artifactId >maven-javadoc-plugin</artifactId >
2727 <configuration combine.self=" append" >
2828 <subpackages >com.microsoft.playwright</subpackages >
29- <excludePackageNames >com.microsoft.playwright.impl</excludePackageNames >
29+ <excludePackageNames >com.microsoft.playwright.impl,com.microsoft.playwright.junit.impl </excludePackageNames >
3030 </configuration >
3131 </plugin >
3232 <plugin >
Original file line number Diff line number Diff line change 135135 <configuration >
136136 <additionalOptions >--allow-script-in-comments</additionalOptions >
137137 <failOnError >false</failOnError >
138+ <!-- passing 8 causes an assertion in javadoc tool, see https://github.com/microsoft/playwright-java/issues/1533 -->
139+ <source >11</source >
138140 </configuration >
139141 </plugin >
140142 <plugin >
You can’t perform that action at this time.
0 commit comments