mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
20 lines
412 B
Properties
20 lines
412 B
Properties
# Available idea versions:
|
|
# 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 =
|