Skip to content

Commit

Permalink
Revert to use print. I actually thought this was some sort of quick-a…
Browse files Browse the repository at this point in the history
…nd-dirty debugging code, not something used externally... Sorry.
  • Loading branch information
dweiss committed Aug 27, 2021
1 parent d5d73cd commit e0c9f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jmhReport {

task echoCp {
doLast {
logger.lifecycle((sourceSets.main.runtimeClasspath + sourceSets.main.resources).asPath)
print "${(sourceSets.main.runtimeClasspath + sourceSets.main.resources).asPath}"
}
}

Expand Down

0 comments on commit e0c9f1d

Please sign in to comment.