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

Testing with Java 17-ea results in an exception #168

Closed ZacSweers closed 2 years ago

ZacSweers commented 2 years ago

If I test with a build on github actions using java 17 early access, I get the following exception coming from Gradle-doctor

at com.osacky.doctor.JavaGCFlagChecker.getJavaVersion(JavaGCFlagChecker.kt:52)
at com.osacky.doctor.JavaGCFlagChecker.onStart(JavaGCFlagChecker.kt:20)
at com.osacky.doctor.DoctorPlugin$apply$1.execute(DoctorPlugin.kt:64)
at com.osacky.doctor.DoctorPlugin$apply$1.execute(DoctorPlugin.kt:31)