+1 On Tue, May 15, 2018 at 7:01 PM, Paul King <pa...@asert.com.au> wrote:
> > 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. > >