Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CE282200B3B for ; Mon, 11 Jul 2016 20:03:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CCC2A160A85; Mon, 11 Jul 2016 18:03:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 49B6C160A5E for ; Mon, 11 Jul 2016 20:03:12 +0200 (CEST) Received: (qmail 22025 invoked by uid 500); 11 Jul 2016 18:03:11 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 21976 invoked by uid 99); 11 Jul 2016 18:03:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 18:03:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0F3382C027F for ; Mon, 11 Jul 2016 18:03:11 +0000 (UTC) Date: Mon, 11 Jul 2016 18:03:11 +0000 (UTC) From: "Jacques Le Roux (JIRA)" To: dev@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OFBIZ-7768) remove gradle-wrapper external library MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 11 Jul 2016 18:03:13 -0000 [ https://issues.apache.org/jira/browse/OFBIZ-7768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371298#comment-15371298 ] Jacques Le Roux commented on OFBIZ-7768: ---------------------------------------- To be clear here. We can use gradlew (aka the wrapper) on BuilBot, but since we start anew for each build this means to uselessly download 45 MB each time, so we use a gradle version (currently 2.13) rather. The idea is we will only upgrade it (what the wrapper does automatically) when we will cross issues. Done with INFRA-12235. On the other hand the deamon should not be used on CI servers like BuildBot. See the documentation for details about these 2 important parts of Gradle. > remove gradle-wrapper external library > -------------------------------------- > > Key: OFBIZ-7768 > URL: https://issues.apache.org/jira/browse/OFBIZ-7768 > Project: OFBiz > Issue Type: Sub-task > Components: framework > Affects Versions: Trunk > Reporter: Pierre Smits > Assignee: Jacques Le Roux > -- This message was sent by Atlassian JIRA (v6.3.4#6332)