Hi all, In CompilerConfiguration we have a public constant CURRENT_JVM_VERSION which actually represents the minimum JDK version supported by a particular version of Groovy (potentially on a particular VM runtime). I was thinking of deprecating above constant (it's not used in the Groovy codebase) and renaming to MINIMUM_JDK_VERSION.
If you prefer a different name or have any other comments, let me know. Cheers, Paul.