Skip to content

Commit

Permalink
fix: use hale»studio 5.3.0 libraries
Browse files Browse the repository at this point in the history
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
  • Loading branch information
florianesser committed Aug 27, 2024
1 parent 2fe0c42 commit 9246963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9246963

Please sign in to comment.