Added basic intellij idea plugin

This commit is contained in:
Tomasz Półgrabia 2025-01-09 00:47:21 +01:00
parent fea63c75f9
commit 67c1a42044
14 changed files with 547 additions and 0 deletions

View file

@ -0,0 +1,8 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "intellij_plugin_demo1"