Skip to content

Commit

Permalink
chore: Reverse logging order for linked composite tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrylo committed Feb 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e4d6734 commit 890393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vss-processor/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ gradle.projectsEvaluated {
.filter { dependentCompositeBuilds.contains(it.name) }
.map { compositeBuild ->
val compositeTaskPath = task.path.substringAfterLast(":")
println("${compositeBuild.name}:${task.name} -> ${task.project.name}:${task.name}")
println("- ${task.project.name}:${task.name} -> ${compositeBuild.name}:${task.name}")

compositeBuild.task(":$compositeTaskPath")
}

0 comments on commit 890393d

Please sign in to comment.