Skip to content

Commit 952bec3

Browse files
author
bsp
committed
package name is changed
better log print help content
1 parent 6baa6f1 commit 952bec3

File tree

1 file changed

+1
-0
lines changed
  • src/main/groovy/com/bryansharp/gradle/hibeaver/utils

1 file changed

+1
-0
lines changed

src/main/groovy/com/bryansharp/gradle/hibeaver/utils/Log.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class Log {
2323
if (quiet) return;
2424
if (!showHelp) return;
2525
try {
26+
println("");
2627
def stream = Log.class.getClassLoader().getResourceAsStream('helpContent.groovy')
2728
def helpContent = new String(IOUtils.toByteArray(stream), 'UTF-8');
2829
println helpContent;

0 commit comments

Comments
 (0)