From bf22ea449e2a56bacba13dc3112a72409d9e76a9 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Tue, 2 Nov 2021 13:18:07 +0000 Subject: [PATCH] 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 --- poi-integration/build.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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. - + + + + -- 2.39.5