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 2d3bf13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ gradle.projectsEvaluated {
source("8")
header = headerHtml
footer = headerHtml
// bottom = "<link rel=\"stylesheet\" href=\"http://robolectric.org/assets/css/main.css\">"
version = thisVersion
}
}
Expand Down
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 2d3bf13

Please sign in to comment.