summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2019-03-21 09:38:21 +0000
committerPJ Fanning <fanningpj@apache.org>2019-03-21 09:38:21 +0000
commitfabbab41f0275378d8f4a2d6755c971d6a796fb8 (patch)
treee26899b444fda7a9184d6a997ff85c0b132c7bb0 /build.gradle
parentdfcf588b79af92abce81fd32a6525a83f9783c70 (diff)
downloadpoi-fabbab41f0275378d8f4a2d6755c971d6a796fb8.tar.gz
poi-fabbab41f0275378d8f4a2d6755c971d6a796fb8.zip
try to fix gradle build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 66313c062d..bd69a46547 100644
--- a/build.gradle
+++ b/build.gradle
@@ -103,10 +103,10 @@ subprojects {
sourceCompatibility = 1.8
repositories {
+ mavenCentral()
maven {
url 'https://repository.apache.org/content/repositories/staging'
}
- mavenCentral()
}
jar {