Re: Pointers needed for complex groovy shell variable escapes

2020-07-23 Thread Dimitar Vassilev
Long story short when using intermediate variables from text files, ensure 2 things a) echo -n $VAR > file name b) properly encode the variable - see https://stackoverflow.com/questions/296536/how-to-urlencode-data-for-curl-command and other examples - application-related. In the end I did go

Re: [ANNOUNCE] Groovy 2.4.20, 2.5.13, and 3.0.5 Windows installers released

2020-07-23 Thread Guillaume Laforge
Combo! Le jeu. 23 juil. 2020 à 12:13, Paul King a écrit : > Nice! > > On Thu, Jul 23, 2020 at 3:07 PM Keegan Witt wrote: > >> 2.4.20: >> https://bintray.com/groovy/Distributions/download_file?file_path=groovy-2.4.20.msi >> 2.5.13: >>