Browse Source

try to fix gradle build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855972 13f79535-47bb-0310-9956-ffa450edef68
pull/143/head
PJ Fanning 5 years ago
parent
commit
1189f0888f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -103,10 +103,10 @@ subprojects {
sourceCompatibility = 1.8

repositories {
mavenCentral()
maven {
url 'https://repository.apache.org/content/repositories/staging'
}
mavenCentral()
}

jar {

Loading…
Cancel
Save