mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
v0.8.3
This commit is contained in:
parent
a2a9de107c
commit
08d61a204d
@ -62,6 +62,7 @@ intellij {
|
||||
// Read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||
changelog {
|
||||
version = pluginVersion
|
||||
groups = emptyList()
|
||||
}
|
||||
|
||||
// Configure detekt plugin.
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
pluginGroup = org.jetbrains.plugins.template
|
||||
pluginName_ = IntelliJ Platform Plugin Template
|
||||
pluginVersion = 0.8.2
|
||||
pluginVersion = 0.8.3
|
||||
pluginSinceBuild = 202
|
||||
pluginUntilBuild = 203.*
|
||||
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
|
||||
|
Loading…
Reference in New Issue
Block a user