mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Changed pluginUntilBuild
to the correct format: 201.*
This commit is contained in:
parent
895b7602b2
commit
89a3f60ce4
2
.github/template-cleanup/gradle.properties
vendored
2
.github/template-cleanup/gradle.properties
vendored
@ -5,7 +5,7 @@ pluginGroup = %GROUP%
|
||||
pluginName = %NAME%
|
||||
pluginVersion = 0.0.1
|
||||
pluginSinceBuild = 193
|
||||
pluginUntilBuild = 202
|
||||
pluginUntilBuild = 201.*
|
||||
|
||||
platformType = IC
|
||||
platformVersion = 2019.3
|
||||
|
@ -3,6 +3,9 @@
|
||||
# IntelliJ Platform Plugin Template Changelog
|
||||
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- `pluginUntilBuild` set to the correct format: `201.*`
|
||||
|
||||
### Fixed
|
||||
- GitHub Actions - Template Cleanup - fixed adding files to git
|
||||
- Update Template plugin name on cleanup
|
||||
|
@ -5,7 +5,7 @@ pluginGroup = org.jetbrains.plugins.template
|
||||
pluginName = Template
|
||||
pluginVersion = 0.1.0
|
||||
pluginSinceBuild = 193
|
||||
pluginUntilBuild = 202
|
||||
pluginUntilBuild = 201.*
|
||||
|
||||
platformType = IC
|
||||
platformVersion = 2019.3
|
||||
|
Loading…
Reference in New Issue
Block a user