mirror of https://github.com/apache/poi.git
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:
parent
dfcf588b79
commit
fabbab41f0
|
@ -103,10 +103,10 @@ subprojects {
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
maven {
|
maven {
|
||||||
url 'https://repository.apache.org/content/repositories/staging'
|
url 'https://repository.apache.org/content/repositories/staging'
|
||||||
}
|
}
|
||||||
mavenCentral()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
Loading…
Reference in New Issue