From: PJ Fanning Date: Sun, 5 Sep 2021 14:00:21 +0000 (+0000) Subject: still hacking the build X-Git-Tag: REL_5_2_0~551 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bd9a10a1536fee1a65553aea61545dd0d36ac161;p=poi.git still hacking the build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892937 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-examples/build.gradle b/poi-examples/build.gradle index c181ddb800..2b3a792943 100644 --- a/poi-examples/build.gradle +++ b/poi-examples/build.gradle @@ -31,7 +31,7 @@ dependencies { // api project(':poi-scratchpad') implementation project(path: ':poi', configuration: 'archives') implementation project(path: ':poi-ooxml', configuration: 'archives') - implementation project(path: ':poi-ooxml-full', configuration: 'archives') + compileOnly project(path: ':poi-ooxml-full', configuration: 'archives') if (NO_SCRATCHPAD) { compileOnly project(path: ':poi-scratchpad', configuration: 'archives')