Skip to content

Commit da5f18d

Browse files
committed
Logger::lifecycle + newlines to separate logging
1 parent afd0ca8 commit da5f18d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/cleanroom/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -911,8 +911,8 @@ tasks.register("cleanroomClientNsight", Exec) {
911911
tasks.cleanroomClient.name
912912
]
913913

914-
logger.info "Java Executable: $javaExec"
915-
logger.info "Nsight Graphics NGFX Path: $ngfxPath"
914+
logger.lifecycle "\nJava Executable: $javaExec"
915+
logger.lifecycle "Nsight Graphics NGFX Path: $ngfxPath\n"
916916

917917
commandLine = [
918918
ngfxPath,

0 commit comments

Comments
 (0)