Jira Plugin SDK: Java Version

Hi all,

I’m going to develop a plugin for jira service. The doc here Set up the Atlassian Plugin SDK and build a project indicates that Java version 8 should be used. Is the doc the newest version? Can I use Java 11 instead?

Regards
Yaoqi Huang

See this:
https://confluence.atlassian.com/kb/using-jdk-11-to-develop-apps-with-the-atlassian-sdk-is-not-yet-supported-1055687492.html

You need to use JDK 8.

Thanks a lot!