From commits-return-11560-archive-asf-public=cust-asf.ponee.io@poi.apache.org Thu Aug 23 15:22:36 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5785B18061A for ; Thu, 23 Aug 2018 15:22:36 +0200 (CEST) Received: (qmail 53461 invoked by uid 500); 23 Aug 2018 13:22:35 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 53452 invoked by uid 99); 23 Aug 2018 13:22:35 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2018 13:22:35 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 20D7F3A0102 for ; Thu, 23 Aug 2018 13:22:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1838729 - /poi/trunk/build.gradle Date: Thu, 23 Aug 2018 13:22:35 -0000 To: commits@poi.apache.org From: centic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180823132235.20D7F3A0102@svn01-us-west.apache.org> Author: centic Date: Thu Aug 23 13:22:34 2018 New Revision: 1838729 URL: http://svn.apache.org/viewvc?rev=1838729&view=rev Log: Add staging repo in one more place in Gradle build to make compile succeed on a fresh machine Modified: poi/trunk/build.gradle Modified: poi/trunk/build.gradle URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1838729&r1=1838728&r2=1838729&view=diff ============================================================================== --- poi/trunk/build.gradle (original) +++ poi/trunk/build.gradle Thu Aug 23 13:22:34 2018 @@ -104,6 +104,7 @@ subprojects { sourceCompatibility = 1.8 repositories { + maven { url "https://repository.apache.org/content/repositories/staging" } mavenCentral() } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org