mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Fixed updating of the Template plugin name on cleanup
This commit is contained in:
12
.github/template-cleanup/gradle.properties
vendored
Normal file
12
.github/template-cleanup/gradle.properties
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user