mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Basic scaffold - project service, app service, listeners, bundle
This commit is contained in:
@@ -2,18 +2,11 @@
|
||||
# https://www.jetbrains.com/intellij-repository/releases
|
||||
# https://www.jetbrains.com/intellij-repository/snapshots
|
||||
|
||||
ideaVersion = LATEST-EAP-SNAPSHOT
|
||||
ideaType = IC
|
||||
sources = true
|
||||
isEAP = false
|
||||
|
||||
kotlinVersion = 1.3.61
|
||||
|
||||
pluginGroup = org.jetbrains.plugins.template
|
||||
pluginName = Template
|
||||
pluginVersion = 0.0.1
|
||||
|
||||
publishPluginId = 0
|
||||
publishUsername = hsz
|
||||
publishPassword =
|
||||
publishChannel =
|
||||
ideaVersion = 2020.1
|
||||
ideaType = IC
|
||||
sources = true
|
||||
isEAP = false
|
||||
|
||||
Reference in New Issue
Block a user