You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/09/05 14:00:21 UTC

svn commit: r1892937 - /poi/trunk/poi-examples/build.gradle

Author: fanningpj
Date: Sun Sep  5 14:00:21 2021
New Revision: 1892937

URL: http://svn.apache.org/viewvc?rev=1892937&view=rev
Log:
still hacking the build

Modified:
    poi/trunk/poi-examples/build.gradle

Modified: poi/trunk/poi-examples/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/poi-examples/build.gradle?rev=1892937&r1=1892936&r2=1892937&view=diff
==============================================================================
--- poi/trunk/poi-examples/build.gradle (original)
+++ poi/trunk/poi-examples/build.gradle Sun Sep  5 14:00:21 2021
@@ -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')



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org