How to install Groovy

Hello!

I have a script written in Groovy and I want to run it at Circle CI.
Could somebody explain me how I can install Groovy .

Thanks.

With CircleCi, the circle.yml file for the most part simply runs Bash commands in your build. I’m not familar with Groovy myself but I would suggest following their install instructions and writing those commands into circle.yml. You can learn more on how to write a `circle.yml file here.