mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
e092990388
commit
2056f2e6cf
|
@ -189,11 +189,9 @@ test {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
javadoc.onlyIf { false }
|
javadoc { enabled(false) }
|
||||||
|
|
||||||
javadocJar.onlyIf { false }
|
sourcesJar { enabled(false) }
|
||||||
|
|
||||||
sourcesJar.onlyIf { false }
|
|
||||||
|
|
||||||
generateMetadataFileForPOIPublication.enabled = false
|
generateMetadataFileForPOIPublication.enabled = false
|
||||||
publishPOIPublicationToMavenLocal.enabled = false
|
publishPOIPublicationToMavenLocal.enabled = false
|
||||||
|
|
Loading…
Reference in New Issue