diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-12-26 00:24:29 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-12-26 00:24:29 +0000 |
commit | 8898d2d15a0356fa2969e6c556d765f2b713c779 (patch) | |
tree | 88b794fa101723de33cc267d8122929ef440cb4b /poi-ooxml-lite | |
parent | edee60d87a0f3b6d54d056a8f63dd42a386eb593 (diff) | |
download | poi-8898d2d15a0356fa2969e6c556d765f2b713c779.tar.gz poi-8898d2d15a0356fa2969e6c556d765f2b713c779.zip |
try to fix build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906208 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite')
-rw-r--r-- | poi-ooxml-lite/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle index 4603810c77..b35ec45c97 100644 --- a/poi-ooxml-lite/build.gradle +++ b/poi-ooxml-lite/build.gradle @@ -123,7 +123,6 @@ task cacheJava9(type: Copy, dependsOn: 'compileJava9') { } jar { - dependsOn cyclonedxBom destinationDirectory = file("../build/dist/maven/${project.archivesBaseName}") doFirst { |