You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2018/08/23 13:22:35 UTC

svn commit: r1838729 - /poi/trunk/build.gradle

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