mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
b21aed296e
Template cleanup changes pluginName_ to pluginName, so it causes errors on building
13 lines
321 B
Properties
13 lines
321 B
Properties
# IntelliJ Platform Artifacts Repositories
|
|
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
|
|
|
|
pluginGroup = %GROUP%
|
|
pluginName_ = %NAME%
|
|
pluginVersion = 0.0.1
|
|
pluginSinceBuild = 193
|
|
pluginUntilBuild = 202.*
|
|
|
|
platformType = IC
|
|
platformVersion = 2019.3
|
|
platformDownloadSources = true
|