From: Dominik Stadler Date: Tue, 2 Nov 2021 13:18:07 +0000 (+0000) Subject: Switch to Gradle build for recomplication-test in poi-integration X-Git-Tag: REL_5_2_0~288 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bf22ea449e2a56bacba13dc3112a72409d9e76a9;p=poi.git Switch to Gradle build for recomplication-test in poi-integration git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894677 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-integration/build.xml b/poi-integration/build.xml index 75c9405cdf..7585fb6935 100644 --- a/poi-integration/build.xml +++ b/poi-integration/build.xml @@ -21,12 +21,16 @@ under the License. Test-Ant file which verifies that the Apache POI distribution build sources can be compiled successfully. -Before running this, you should execute the "assemble" target in the main build.xml to have the packaged files created correctly. +Before running this, you should execute the "jar" target in the main build.gradle to have the packaged files created correctly. + + + + @@ -69,7 +73,10 @@ Before running this, you should execute the "assemble" target in the main build. - + + + +