Skip to content

Commit

Permalink
fix: remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jun 17, 2022
1 parent e5dcefa commit 426f5d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ fun Project.configureRepository(repoToConfigure: Repository) {
}

private fun Project.configureNexusRepository(repoToConfigure: Repository, nexusUrl: String) {
the<PublishingExtension>().publications.configureEach {
println("Publication ${it.name}: ${it::class}")
}
val nexus = NexusStatefulOperation(
project = project,
nexusUrl = nexusUrl,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class PublishOnCentral : Plugin<Project> {
createdPublications += publication
}
project.logger.debug("Created new publication $name")
println("Created new publication $name")
}
}
}
Expand Down

0 comments on commit 426f5d6

Please sign in to comment.