From 92469631306987bb7731bcb958e0773f5e4a70c6 Mon Sep 17 00:00:00 2001 From: Florian Esser Date: Tue, 27 Aug 2024 14:02:05 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20use=20hale=C2=BBstudio=205.3.0=20librari?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to v5.3.0 of the hale-cli libraries to avoid empty sheets when exporting the Excel output files of the transformations. SVC-1812 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3533738..70cadbe 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ plugins { apply plugin: 'to.wetransform.hale' hale { - cliVersion = '5.2.0-SNAPSHOT' + cliVersion = '5.3.0' } import org.apache.commons.io.FileUtils