Skip to content

Commit 2c0667a

Browse files
dweissepugh@opensourceconnections.com
authored andcommitted
Revert to use print. I actually thought this was some sort of quick-and-dirty debugging code, not something used externally... Sorry.
1 parent 23a9781 commit 2c0667a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/benchmark/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jmhReport {
3939

4040
task echoCp {
4141
doLast {
42-
logger.lifecycle((sourceSets.main.runtimeClasspath + sourceSets.main.resources).asPath)
42+
print "${(sourceSets.main.runtimeClasspath + sourceSets.main.resources).asPath}"
4343
}
4444
}
4545

0 commit comments

Comments
 (0)