summaryrefslogtreecommitdiffstats
path: root/poi-examples
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-09-05 13:56:30 +0000
committerPJ Fanning <fanningpj@apache.org>2021-09-05 13:56:30 +0000
commit23fe7998e132c189d32f037d743a7c12564834a2 (patch)
tree82015b37fea489787de4c1084c9169e7fd5bd0ed /poi-examples
parent8cc967563630d0221d00c61c539197757cbf981f (diff)
downloadpoi-23fe7998e132c189d32f037d743a7c12564834a2.tar.gz
poi-23fe7998e132c189d32f037d743a7c12564834a2.zip
still hacking the build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-examples')
-rw-r--r--poi-examples/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-examples/build.gradle b/poi-examples/build.gradle
index 4aff0b8a6b..c181ddb800 100644
--- a/poi-examples/build.gradle
+++ b/poi-examples/build.gradle
@@ -29,6 +29,7 @@ sourceSets {
dependencies {
api project(':poi-ooxml')
// 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')