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

poi-examples/build.gradle

index c181ddb800cfb97b6536f622e7e5799edcdc4c74..2b3a792943bd3ba007ccf1e2937a81b6ca88f274 100644 (file)
@@ -31,7 +31,7 @@ dependencies {
 //    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')
+    compileOnly project(path: ':poi-ooxml-full', configuration: 'archives')
 
     if (NO_SCRATCHPAD) {
         compileOnly project(path: ':poi-scratchpad', configuration: 'archives')