]> source.dussan.org Git - poi.git/commitdiff
still hacking the build
authorPJ Fanning <fanningpj@apache.org>
Sun, 5 Sep 2021 15:34:23 +0000 (15:34 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 5 Sep 2021 15:34:23 +0000 (15:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892945 13f79535-47bb-0310-9956-ffa450edef68

poi-excelant/build.gradle

index d8df08c117f7dbb3ccf5c3601a5f94c25ad19841..cda39d2910bccbc7045a0734cc78a2f3ce1f43cc 100644 (file)
@@ -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')