Browse Source

Disable poi-integration javadoc and sources JARs in Gradle. These prevented gradlew publish from succeeding.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904281 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
Marius Volkhart 1 year ago
parent
commit
2056f2e6cf
1 changed files with 2 additions and 4 deletions
  1. 2
    4
      poi-integration/build.gradle

+ 2
- 4
poi-integration/build.gradle View File

@@ -189,11 +189,9 @@ test {
}
}

javadoc.onlyIf { false }
javadoc { enabled(false) }

javadocJar.onlyIf { false }

sourcesJar.onlyIf { false }
sourcesJar { enabled(false) }

generateMetadataFileForPOIPublication.enabled = false
publishPOIPublicationToMavenLocal.enabled = false

Loading…
Cancel
Save