Use JDK 14 for my plugin
Answered
Can I use JDK 14 for my plugin. When I try the plugin won't install saying my class was compiled with version "58" while the run time is "55" (JDK11)
Please sign in to leave a comment.
It is not possible to use JDK 14. Currently, Kotlin and Java 1.8 are supported - you may check the Getting Started with Gradle documentation page.