I want to create a pluging for IntelliJ IDEA. I install the Intellij IDEA 2021.3 and the Oracle OpenJDK 17.0.1.
I try to create an empty plugin project following this instruction. I select the Gradle, then check the IntelliJ Platform Plugin and chois the OpenJDK 17 in the Project SDK list. Then I press next->finish.
The new empty project is opening and after a few seconds I look at message "my_plugin:test: Could not find org.jetbrains:annotations:22.0.0."
Why does the Gradle not creating a project automatically? And how can I create an empty IntelliJ IDEA plugin project correctly?