runningcode / gradle-doctor

The right prescription for your Gradle build.
http://runningcode.github.io/gradle-doctor
Apache License 2.0
723 stars 47 forks source link

Use java.specification.version for java version #169

Closed ZacSweers closed 2 years ago

ZacSweers commented 2 years ago

This is the actual specification of Java that the current JDK is running for rather than using the pedantic java.version. See https://stackoverflow.com/a/5103166 for more information

Resolves #168