diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-09-05 15:02:44 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-09-05 15:02:44 +0000 |
commit | 387ae17bc5417c1256a37a42193e73e4ae678169 (patch) | |
tree | 77904bb41a28cb6eefd735927c9511bd8eb11090 /poi-examples | |
parent | 4e7753f06528811f953fdbf6d6dcf0e39c99da84 (diff) | |
download | poi-387ae17bc5417c1256a37a42193e73e4ae678169.tar.gz poi-387ae17bc5417c1256a37a42193e73e4ae678169.zip |
still hacking the build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-examples')
-rw-r--r-- | poi-examples/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/poi-examples/build.gradle b/poi-examples/build.gradle index 2b3a792943..4a2a73cb68 100644 --- a/poi-examples/build.gradle +++ b/poi-examples/build.gradle @@ -28,9 +28,8 @@ sourceSets { dependencies { api project(':poi-ooxml') -// api project(':poi-scratchpad') implementation project(path: ':poi', configuration: 'archives') - implementation project(path: ':poi-ooxml', configuration: 'archives') + compileOnly project(path: ':poi-ooxml', configuration: 'archives') compileOnly project(path: ':poi-ooxml-full', configuration: 'archives') if (NO_SCRATCHPAD) { |