Skip to content

Commit dedebd3

Browse files
committed
chore(buildSrc/LibraryPlugin): remove extra println
1 parent 69ad043 commit dedebd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/kotlin/io/github/edricchan03/plugin/library/LibraryPlugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ class LibraryPlugin : Plugin<Project> {
488488
val emptyJavadocJar =
489489
project.tasks.register<EmptyJavadocJarTask>(name = javadocJarTaskName) {
490490
archiveAppendix.set(targetName)
491-
println("Resulting archive file for $targetName: ${archiveFile.get().asFile}")
492491
}
493492
mavenPublication {
494493
artifact(emptyJavadocJar)

0 commit comments

Comments
 (0)