mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
3db2ef7381
commit
ad7a68330f
|
@ -104,6 +104,7 @@ subprojects {
|
|||
sourceCompatibility = 1.8
|
||||
|
||||
repositories {
|
||||
maven { url "https://repository.apache.org/content/repositories/staging" }
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue