Skip to content

Commit

Permalink
refactor: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyMuse committed Jan 22, 2024
1 parent 797c8c9 commit 59cd8f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ allprojects {
subprojects {
plugins.matching { anyPlugin -> supportedPlugins(anyPlugin) }.whenPluginAdded {
val artifactName = if (parent?.name == "KAHelpers") name else "${parent?.name ?: ""}-$name"
println(artifactName)
apply(plugin = libs.versions.gradlePlugins.maven.publish.get())
plugins.withType<JavaLibraryPlugin> {
publishing.publications {
Expand Down

0 comments on commit 59cd8f3

Please sign in to comment.