still hacking the build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-05 15:02:44 +00:00
parent 4e7753f065
commit 387ae17bc5
1 changed files with 1 additions and 2 deletions

View File

@ -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) {