You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2020/12/30 19:34:14 UTC

[mnemonic] branch master updated: MNEMONIC-579: Exclude test task by default

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2131f60  MNEMONIC-579: Exclude test task by default
2131f60 is described below

commit 2131f601ac08e39148b963b14fb13284c8ef580c
Author: Yanhui Zhao <yz...@apache.org>
AuthorDate: Wed Dec 30 10:21:33 2020 -0800

    MNEMONIC-579: Exclude test task by default
    
    Signed-off-by: Yanhui Zhao <yz...@apache.org>
---
 build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.gradle b/build.gradle
index a9b9ab3..9a47382 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,6 +23,8 @@ plugins {
     id 'com.google.osdetector' version '1.6.2' apply false
 }
 
+project.gradle.startParameter.excludedTaskNames.add('test')
+
 allprojects  {
   group = 'org.apache.mnemonic'
   version = '0.14.0-SNAPSHOT'