File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/it/projects/MJAVADOC-450_classifier-jdk-23 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 <dependencies >
4848 <dependency >
4949 <groupId >org.apache.maven.plugins.javadoc.its</groupId >
50- <artifactId >mjavadoc450-jdk-23 </artifactId >
50+ <artifactId >mjavadoc450</artifactId >
5151 <version >1.0</version >
5252 <classifier >static</classifier >
5353 </dependency >
Original file line number Diff line number Diff line change 1818 */
1919
2020def buildLog = new File ( basedir, ' build.log' );
21- assert buildLog. text. contains(' [DEBUG] custom.css found in javadoc plugin dependencies. ' )
21+ assert buildLog. text. contains(' custom.css found in javadoc plugin dependencies' )
2222
2323def stylesheetCss = new File ( basedir, ' target/reports/apidocs/resource-files/stylesheet.css' );
2424assert stylesheetCss. text. containsIgnoreCase(' dejavu' )
You can’t perform that action at this time.
0 commit comments