We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d73cd commit e0c9f1dCopy full SHA for e0c9f1d
solr/benchmark/build.gradle
@@ -39,7 +39,7 @@ jmhReport {
39
40
task echoCp {
41
doLast {
42
- logger.lifecycle((sourceSets.main.runtimeClasspath + sourceSets.main.resources).asPath)
+ print "${(sourceSets.main.runtimeClasspath + sourceSets.main.resources).asPath}"
43
}
44
45
0 commit comments