From commits-return-848-archive-asf-public=cust-asf.ponee.io@mnemonic.apache.org Wed Dec 30 19:34:16 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 47BB118064A for ; Wed, 30 Dec 2020 20:34:16 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id B906163F47 for ; Wed, 30 Dec 2020 19:34:15 +0000 (UTC) Received: (qmail 73526 invoked by uid 500); 30 Dec 2020 19:34:15 -0000 Mailing-List: contact commits-help@mnemonic.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mnemonic.apache.org Delivered-To: mailing list commits@mnemonic.apache.org Received: (qmail 73517 invoked by uid 99); 30 Dec 2020 19:34:15 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Dec 2020 19:34:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EBEB581F9F; Wed, 30 Dec 2020 19:34:14 +0000 (UTC) Date: Wed, 30 Dec 2020 19:34:14 +0000 To: "commits@mnemonic.apache.org" Subject: [mnemonic] branch master updated: MNEMONIC-579: Exclude test task by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160935685489.31989.1677182948767245013@gitbox.apache.org> From: garyw@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: mnemonic X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5b72e51c4970f099d7a197d9cb9916566e84b0fd X-Git-Newrev: 2131f601ac08e39148b963b14fb13284c8ef580c X-Git-Rev: 2131f601ac08e39148b963b14fb13284c8ef580c X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 AuthorDate: Wed Dec 30 10:21:33 2020 -0800 MNEMONIC-579: Exclude test task by default Signed-off-by: Yanhui Zhao --- 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'