Skip to content

Commit 0c52fc6

Browse files
authored
Fix javadoc stylesheet location (#3050)
### before: <img width="787" height="557" alt="Screenshot 2025-07-20 at 08 30 10" src="https://github.com/user-attachments/assets/758b04d9-2710-49a5-ac46-5100c39cc9c5" /> ### after: <img width="1240" height="453" alt="Screenshot 2025-07-20 at 08 30 51" src="https://github.com/user-attachments/assets/ce06488e-a255-4ae6-97a3-4bb7334e2d54" /> --- fixes: #3049
1 parent 966aff6 commit 0c52fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
<links>
262262
<link>https://docs.oracle.com/javase/8/docs/api/</link>
263263
</links>
264-
<stylesheetfile>${basedir}/../.javadoc/stylesheet.css</stylesheetfile>
264+
<stylesheetfile>${basedir}/.javadoc/stylesheet.css</stylesheetfile>
265265
</configuration>
266266
</plugin>
267267
<plugin>
@@ -330,7 +330,7 @@
330330
<links>
331331
<link>https://docs.oracle.com/javase/8/docs/api/</link>
332332
</links>
333-
<stylesheetfile>${basedir}/../.javadoc/stylesheet.css</stylesheetfile>
333+
<stylesheetfile>${basedir}/.javadoc/stylesheet.css</stylesheetfile>
334334
</configuration>
335335
</plugin>
336336
<plugin>

0 commit comments

Comments
 (0)