aboutsummaryrefslogtreecommitdiffstats
path: root/poi-examples
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-09-05 14:00:21 +0000
committerPJ Fanning <fanningpj@apache.org>2021-09-05 14:00:21 +0000
commitbd9a10a1536fee1a65553aea61545dd0d36ac161 (patch)
treeab19c4b3d375c50363770f6c62544686850fea52 /poi-examples
parent23fe7998e132c189d32f037d743a7c12564834a2 (diff)
downloadpoi-bd9a10a1536fee1a65553aea61545dd0d36ac161.tar.gz
poi-bd9a10a1536fee1a65553aea61545dd0d36ac161.zip
still hacking the build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-examples')
-rw-r--r--poi-examples/build.gradle2
1 files changed, 1 insertions, 1 deletions
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')