Closed skbhaskarla closed 2 years ago
Based on @stl-steve-moore findings with unreliable unzip performance towards a WAR file containing international language file names, replace unzip with jar -xf in the FHIR Toolkit build script.
unzip
jar -xf
Based on @stl-steve-moore findings with unreliable
unzip
performance towards a WAR file containing international language file names, replaceunzip
withjar -xf
in the FHIR Toolkit build script.