aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2018-08-23 13:22:34 +0000
committerDominik Stadler <centic@apache.org>2018-08-23 13:22:34 +0000
commitad7a68330f2c526f4960109d461d82717f5a765c (patch)
treeb5bf46983c73311b471a1ce0be068d4d9506268b /build.gradle
parent3db2ef738156fdbc9caf610139288cea4e70d8da (diff)
downloadpoi-ad7a68330f2c526f4960109d461d82717f5a765c.tar.gz
poi-ad7a68330f2c526f4960109d461d82717f5a765c.zip
Add staging repo in one more place in Gradle build to make compile succeed on a fresh machine
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 1fa69cca95..c2abcc5ac9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -104,6 +104,7 @@ subprojects {
sourceCompatibility = 1.8
repositories {
+ maven { url "https://repository.apache.org/content/repositories/staging" }
mavenCentral()
}