Skip to content

Commit bfa3783

Browse files
authored
Fix logging message indentation in publish plugin
1 parent d25f405 commit bfa3783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/conventions/src/main/kotlin/KmpComposeUIViewControllerPublishPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class KmpComposeUIViewControllerPublishPlugin : Plugin<Project> {
3636
System.getenv("ORG_GRADLE_PROJECT_signingInMemoryKeyId") != null
3737

3838
if (!hasSigning) {
39-
project.logger.lifecycle(">> KmpComposeUIViewControllerPublishPlugin [${project.name}] - no signing configuration found, skipping publish setup.")
39+
project.logger.lifecycle("\t> KmpComposeUIViewControllerPublishPlugin [${project.name}] - no signing configuration found, skipping publish setup.")
4040
return
4141
}
4242

0 commit comments

Comments
 (0)