0

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?

Arseniy
  • 253
  • 1
  • 11
  • Does this answer your question? [How to include org.jetbrains.annotations to the IDEA Gradle project?](https://stackoverflow.com/questions/70243165/how-to-include-org-jetbrains-annotations-to-the-idea-gradle-project) – simgo Jan 20 '22 at 20:58

0 Answers0