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

poi-examples/build.gradle

index 2b3a792943bd3ba007ccf1e2937a81b6ca88f274..4a2a73cb6805578362bc63208a6ee1b200009920 100644 (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) {