diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-09-05 15:34:23 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-09-05 15:34:23 +0000 |
commit | 89d37d2936afe980988f7cdff49e1cb2a0ac159d (patch) | |
tree | 3c32b8c75bfde285ace2bf9ac0451d6acfaf0af6 /poi-excelant | |
parent | 387ae17bc5417c1256a37a42193e73e4ae678169 (diff) | |
download | poi-89d37d2936afe980988f7cdff49e1cb2a0ac159d.tar.gz poi-89d37d2936afe980988f7cdff49e1cb2a0ac159d.zip |
still hacking the build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index d8df08c117..cda39d2910 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -38,7 +38,7 @@ dependencies { api 'org.apache.ant:ant:1.10.11' api project(':poi-ooxml') - api project(path: ':poi-ooxml', configuration: 'archives') + compileOnly project(path: ':poi-ooxml', configuration: 'archives') testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives') testImplementation project(path: ':poi', configuration: 'tests') |