Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Aug 20, 2024
1 parent 270f09c commit 54fe993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ private fun isAvailableForPublication(project: Project, publication: MavenPublic
// Validate publication name is allowed to be published
shouldPublish = shouldPublish && ALLOWED_PUBLICATIONS.any { publication.name.equals(it, ignoreCase = true) }

return shouldPublish.also { println("${project.name} isAvailableForPublication: $it")}
return shouldPublish
}

0 comments on commit 54fe993

Please sign in to comment.