You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2019/06/02 00:18:47 UTC

[lucene-solr] 02/02: SOLR-13452: Add group and desc for testTimes task.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch jira/SOLR-13452_gradle_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 23cc01b7f33ba16755bf37143d11d0f8b8c3fb1f
Author: markrmiller <ma...@apache.org>
AuthorDate: Sat Jun 1 19:18:29 2019 -0500

    SOLR-13452: Add group and desc for testTimes task.
---
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index e6f801a..f603aa5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -135,7 +135,8 @@ configure(rootProject) {
   
   
   task testTimes(type: org.apache.lucene.gradle.JUnit4) {
-
+    group = 'Tests'
+    description = "Show the slowest tests (averages)."
   }
   
 }