Category: Groovy

Apache Groovy programming language

  • Exploring AntBuilder with Groovy – a simple automation tool

    Exploring AntBuilder with Groovy – a simple automation tool

    In this post, I’ll walk you through an intriguing Groovy script that I wrote as part of a proof of concept. This script leverages the powerful AntBuilder to transform a custom .antcmd file into a Groovy script and execute it. This approach can be particularly useful for performing filesystem manipulations where using tools like Terraform… Read more