Skip to content

Commit

Permalink
chore(buildSrc): remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Jul 17, 2023
1 parent d405084 commit b28b0f4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ class LibraryPlugin : Plugin<Project> {
publishJavadoc.convention(true)
moduleDoc.convention(project.layout.projectDirectory.file("Module.md"))
moduleDocs.from(moduleDoc)

println("Module docs: ${moduleDocs.files}")
}

compose {
Expand Down Expand Up @@ -442,8 +440,6 @@ class LibraryPlugin : Plugin<Project> {

includes.from(extension.moduleDocs)

println("Includes for $name: ${includes.files}")

reportUndocumented.convention(true)
}
}
Expand Down

0 comments on commit b28b0f4

Please sign in to comment.