I would like to be able to define a minimum JVM version for the Gradle buildscript (build.gradle) itself. Is there an built-in or elegant way to do this?
Yeah, Andrew is right. I want Java7 or later, not exactly Java 7. Looks like that’s what I’m going to submit in a pull request for Terasology.
I’m thinking about opening an enhancement issue for Gradle asking for a project property for defining a JavaVersion for the buildscript itself, something like: