]> source.dussan.org Git - poi.git/commitdiff
Fix gradle add maven repo again
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 30 Jun 2018 20:40:53 +0000 (20:40 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 30 Jun 2018 20:40:53 +0000 (20:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834764 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 8a95968107440f7e222b9c7365dc5ffbcc2d33e9..abe51c4efbd5a777f06b85b25e8b445ca763d7c5 100644 (file)
@@ -25,6 +25,11 @@ buildscript {
     }
 }
 
+repositories {
+    mavenCentral()
+}
+
+
 // Only add the plugin for Sonar if enabled
 if (project.hasProperty('enableSonar')) {
     println 'Enabling Sonar support'