try to fix gradle build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2019-03-21 09:38:21 +00:00
parent dfcf588b79
commit fabbab41f0
1 changed files with 1 additions and 1 deletions

View File

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