Utility methods to determine the version of Groovy currently executing.
Type | Name and description |
---|---|
static String |
getVersion() |
static boolean |
isGroovy1_6() |
static boolean |
isGroovy1_7() |
static boolean |
isGroovy1_8() |
static boolean |
isGroovy1_8_OrGreater() |
static boolean |
isGroovy2_x() |