Skip to content

Commit

Permalink
Remove custom CSS from the generated Javadoc
Browse files Browse the repository at this point in the history
This PR removes the custom CSS linked in the generated Javadoc Jar.
That CSS file is no longer available since the new website: robolectric/robolectric.github.io#212
This closes robolectric/robolectric.github.io#276
  • Loading branch information
MGaetan89 committed Aug 22, 2024
1 parent 3911f5f commit 8eaae98
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ class DeployedRoboJavaModulePlugin : Plugin<Project> {
javadocOptions.noTimestamp(true)
javadocOptions.header = extraNavItem
javadocOptions.footer = extraNavItem
javadocOptions.bottom =
"""
<link rel="stylesheet" href="https://robolectric.org/assets/css/main.css">
"""
.trimIndent()
}

project.extensions.configure<PublishingExtension> {
Expand Down

0 comments on commit 8eaae98

Please sign in to comment.