]> source.dussan.org Git - poi.git/commitdiff
try to fix gradle build
authorPJ Fanning <fanningpj@apache.org>
Thu, 21 Mar 2019 09:38:21 +0000 (09:38 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 21 Mar 2019 09:38:21 +0000 (09:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855972 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 66313c062d480cd7b716650ed8c6bd68dd1cddee..bd69a4654789b3e002173e3bbc96418d8ea49845 100644 (file)
@@ -103,10 +103,10 @@ subprojects {
     sourceCompatibility = 1.8
 
     repositories {
+        mavenCentral()
         maven {
             url 'https://repository.apache.org/content/repositories/staging'
         }
-        mavenCentral()
     }
 
     jar {