Use JDK 14 for my plugin
已回答
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)
请先登录再写评论。
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.