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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new e89e18d  Update Gradle test output formatting
e89e18d is described below

commit e89e18d110df1859dd28d03262fe39e040b31b68
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Feb 10 15:27:35 2020 +0300

    Update Gradle test output formatting
    
    See 
https://github.com/vlsi/vlsi-release-plugins/blob/v1.61/plugins/gradle-extensions-plugin/README.md#test-output-formatting
---
 build.gradle.kts  | 4 ++--
 gradle.properties | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 851b729..53f64c2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -22,7 +22,6 @@ import com.github.vlsi.gradle.git.dsl.gitignore
 import com.github.vlsi.gradle.properties.dsl.lastEditYear
 import com.github.vlsi.gradle.properties.dsl.props
 import com.github.vlsi.gradle.release.RepositoryType
-import com.github.vlsi.gradle.test.dsl.printTestResults
 import de.thetaphi.forbiddenapis.gradle.CheckForbiddenApis
 import de.thetaphi.forbiddenapis.gradle.CheckForbiddenApisExtension
 import org.apache.calcite.buildtools.buildext.dsl.ParenthesisBalancer
@@ -230,6 +229,8 @@ allprojects {
     group = "org.apache.calcite"
     version = buildVersion
 
+    apply(plugin = "com.github.vlsi.gradle-extensions")
+
     repositories {
         // RAT and Autostyle dependencies
         mavenCentral()
@@ -552,7 +553,6 @@ allprojects {
                         passProperty(e)
                     }
                 }
-                printTestResults()
             }
             // Cannot be moved above otherwise configure each will override
             // also the specific configurations below.
diff --git a/gradle.properties b/gradle.properties
index d20ebba..2d407b8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -41,7 +41,7 @@ calcite.avatica.version=1.15.0
 com.github.autostyle.version=3.0
 com.github.johnrengelman.shadow.version=5.1.0
 com.github.spotbugs.version=2.0.0
-com.github.vlsi.vlsi-release-plugins.version=1.60
+com.github.vlsi.vlsi-release-plugins.version=1.61
 com.google.protobuf.version=0.8.10
 de.thetaphi.forbiddenapis.version=2.7
 kotlin.version=1.3.50

Reply via email to