You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2019/03/21 09:38:21 UTC

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

Author: fanningpj
Date: Thu Mar 21 09:38:21 2019
New Revision: 1855972

URL: http://svn.apache.org/viewvc?rev=1855972&view=rev
Log:
try to fix gradle build

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1855972&r1=1855971&r2=1855972&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Mar 21 09:38:21 2019
@@ -103,10 +103,10 @@ subprojects {
     sourceCompatibility = 1.8
 
     repositories {
+        mavenCentral()
         maven {
             url 'https://repository.apache.org/content/repositories/staging'
         }
-        mavenCentral()
     }
 
     jar {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org