From commits-return-108482-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Sun Jun 2 07:43:58 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 19DEE18064E for ; Sun, 2 Jun 2019 09:43:58 +0200 (CEST) Received: (qmail 88908 invoked by uid 500); 2 Jun 2019 07:43:57 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 88886 invoked by uid 99); 2 Jun 2019 07:43:57 -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; Sun, 02 Jun 2019 07:43:57 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 45F248A816; Sun, 2 Jun 2019 07:43:57 +0000 (UTC) Date: Sun, 02 Jun 2019 07:43:56 +0000 To: "commits@lucene.apache.org" Subject: [lucene-solr] branch jira/SOLR-13452_gradle_3 updated (8ea6509 -> b407ba4) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155946143633.27006.5133351373258618862@gitbox.apache.org> From: markrmiller@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: lucene-solr X-Git-Refname: refs/heads/jira/SOLR-13452_gradle_3 X-Git-Reftype: branch X-Git-Oldrev: 8ea6509787ca1732a262a147a10432b9fd1af3ff X-Git-Newrev: b407ba48ea731ea1d188a2eb5e068fa4bdab2b2e X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. markrmiller pushed a change to branch jira/SOLR-13452_gradle_3 in repository https://gitbox.apache.org/repos/asf/lucene-solr.git. from 8ea6509 SOLR-13452: Cannot use configureondemand and slf4j version is specified twice. new 54c0799 SOLR-13452: Remove repo def from buildSrc gradle file. new 91ac7f6 SOLR-13452: Get commons-io version in forbiddenApis from versions.props. new b407ba4 SOLR-13452: Add a target to reset working copy to a pristine state. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: build.gradle | 4 ++ buildSrc/build.gradle | 6 +-- .../gradle/LuceneSolrForbiddenApisPlugin.groovy | 6 ++- .../{Download.groovy => PristineCheckout.groovy} | 45 +++++++++++----------- 4 files changed, 32 insertions(+), 29 deletions(-) copy buildSrc/src/main/groovy/org/apache/lucene/gradle/{Download.groovy => PristineCheckout.groovy} (59%)