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 23a9781 commit 2c0667aCopy full SHA for 2c0667a
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