vlsi commented on issue #1617: [CALCITE-3548]in ubenchmark module, rename/src/main/jmh to URL: https://github.com/apache/calcite/pull/1617#issuecomment-559964099 Just in case: Gradle has `--dry-run` option (which has `-m` short form), and it does print the tasks to be executed. ``` $ ./gradlew :ubenchmark:check -m ... :linq4j:compileJava SKIPPED :core:compileKotlin SKIPPED :core:fmppMain SKIPPED :core:javaCCMain SKIPPED :core:versionClass SKIPPED :core:compileJava SKIPPED :ubenchmark:compileJava SKIPPED :ubenchmark:processResources SKIPPED :ubenchmark:classes SKIPPED :ubenchmark:compileTestJava SKIPPED :ubenchmark:processTestResources SKIPPED :ubenchmark:testClasses SKIPPED :ubenchmark:compileJmhJava SKIPPED :ubenchmark:processJmhResources SKIPPED :ubenchmark:jmhClasses SKIPPED :ubenchmark:checkstyleJmh SKIPPED :ubenchmark:checkstyleMain SKIPPED :ubenchmark:checkstyleTest SKIPPED :ubenchmark:forbiddenApisJmh SKIPPED :ubenchmark:forbiddenApisMain SKIPPED :ubenchmark:forbiddenApisTest SKIPPED :ubenchmark:forbiddenApis SKIPPED :ubenchmark:spotlessJava SKIPPED :ubenchmark:spotlessJavaCheck SKIPPED :ubenchmark:spotlessKotlinGradle SKIPPED :ubenchmark:spotlessKotlinGradleCheck SKIPPED :ubenchmark:spotlessCheck SKIPPED :ubenchmark:test SKIPPED :ubenchmark:check SKIPPED ``` That is `:jmh` task is not going to be executed when `check` is requested.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
