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-agent | |
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-agent')
-rw-r--r-- | poi-ooxml-lite-agent/build.gradle | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index 7b9204c8f3..fc0cf7b2df 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -15,16 +15,6 @@ 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' - sourceSets { main { if (JavaVersion.current() != JavaVersion.VERSION_1_8) { |