Skip to content

Commit fabbc75

Browse files
committed
Fix favicon in Javadocs
1 parent e1d8c4a commit fabbc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ configure(rootProject) {
712712
}
713713
from("$buildDir/docs") {
714714
include 'javadoc/**'
715-
filesMatching("*.html") {
715+
filesMatching("**/*.html") {
716716
filter { line ->
717717
line.startsWith("<head>") ? line.replace("<head>", "<head><link rel=\"icon\" type=\"image/png\" href=\"http://junit.org/junit5/assets/img/junit5-logo.png\">") :
718718
line

0 commit comments

Comments
 (0)