diff options
author | Dominik Stadler <centic@apache.org> | 2021-05-13 12:11:35 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-05-13 12:11:35 +0000 |
commit | 41ff8bb20c9b1b127968becda2c67fad812e7015 (patch) | |
tree | 7836c222e00a8901f1b87f9775362cbd65f27014 /poi-ooxml-full | |
parent | 0e8f4e3634da889cc9ed3e0c69f7368a4ff3c94a (diff) | |
download | poi-41ff8bb20c9b1b127968becda2c67fad812e7015.tar.gz poi-41ff8bb20c9b1b127968becda2c67fad812e7015.zip |
Start moving some bits to the main Gradle file
Use a common definition of some constants
Gradle plugins are in the main file already anyway
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-full')
-rw-r--r-- | poi-ooxml-full/build.gradle | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle index d79da73deb..ea1804a30b 100644 --- a/poi-ooxml-full/build.gradle +++ b/poi-ooxml-full/build.gradle @@ -17,17 +17,7 @@ import java.util.regex.Pattern limitations under the License. ==================================================================== */ - -plugins { - id 'java' - id 'maven-publish' - id 'java-library' -} - final String MODULE_NAME = 'org.apache.poi.ooxml.schemas' -final String JAVA9_SRC = 'src/main/java9' -final String JAVA9_OUT = "${buildDir}/classes/java9/main/" -final String VERSIONS9 = 'META-INF/versions/9' final String BEANS_SRC = "${buildDir}/generated-sources" final String BEANS_RES = "${buildDir}/generated-resources" |