Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleTDK- How to install Groovy 2.0.6 in VM (until M75)?

Install SDK if it is not already installed by following the steps under the previous heading. Install Groovy version 2.0.7 / 2.0.6 (until M75)using the below command 

  • sdk install groovy 2.0.6

Check groovy version :

  • groovy -version
Expand
titleTDK- How to install Groovy 2.3.0 in VM? (M76 onwards)?

From M76 release onwards, the supported groovy version is groovy 2.3.0. Install SDK if it is not already installed by following the steps under the previous heading. Install Groovy version 2.3.0 using the below command –

  • sdk install groovy 2.3.0

Check groovy version :

  • groovy –version

...