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-lite | |
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-lite')
-rw-r--r-- | poi-ooxml-lite/build.gradle | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle index 8dd452f5eb..485f572c62 100644 --- a/poi-ooxml-lite/build.gradle +++ b/poi-ooxml-lite/build.gradle @@ -19,15 +19,6 @@ import java.util.stream.Collectors limitations under the License. ==================================================================== */ -plugins { - id 'java' - id 'maven-publish' - id 'java-library' -} - -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" |